gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/misc-ming.all Makefile.am loadM...


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all Makefile.am loadM...
Date: Thu, 08 Feb 2007 22:23:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/08 22:23:01

Modified files:
        testsuite/misc-ming.all: Makefile.am loadMovieTestRunner.cpp 

Log message:
        Fix to previous patch: actually run the test by 'make check' and expect
        a *single* failure (no load of jpgs).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.61&r2=1.62
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/loadMovieTestRunner.cpp?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- Makefile.am 8 Feb 2007 22:20:44 -0000       1.61
+++ Makefile.am 8 Feb 2007 22:23:01 -0000       1.62
@@ -530,6 +530,7 @@
        action_execution_order_testrunner \
        simple_loop_testrunner \
        KeyTest-Runner \
+       loadMovieTestRunner \
        $(NULL)
 
 

Index: loadMovieTestRunner.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/loadMovieTestRunner.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- loadMovieTestRunner.cpp     8 Feb 2007 22:20:44 -0000       1.1
+++ loadMovieTestRunner.cpp     8 Feb 2007 22:23:01 -0000       1.2
@@ -97,7 +97,7 @@
        sleep(1); // give it some time to load
        coverartch = const_cast<character*>(tester.findDisplayItemByName(*root, 
"coverart"));
        coverart = coverartch->to_movie();
-       xcheck_equals(coverart->get_movie_definition()->get_url(), 
offspringURL.str());
+       check_equals(coverart->get_movie_definition()->get_url(), 
offspringURL.str());
 
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]