CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/01/08 11:37:21
Modified files: . : ChangeLog testsuite/misc-ming.all: loadMovieTestRunner.cpp Log message: advance after pressing the mouse button, as (theoretically) loads should never happen before next advance. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5339&r2=1.5340 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/loadMovieTestRunner.cpp?cvsroot=gnash&r1=1.12&r2=1.13 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5339 retrieving revision 1.5340 diff -u -b -r1.5339 -r1.5340 --- ChangeLog 8 Jan 2008 10:36:56 -0000 1.5339 +++ ChangeLog 8 Jan 2008 11:37:20 -0000 1.5340 @@ -1,5 +1,8 @@ 2008-01-08 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/misc-ming.all/loadMovieTestRunner.cpp: advance after + pressing the mouse button, as (theoretically) loads should never + happen before next advance. * server/sprite_instance.cpp: implement MovieClip.meth() function. * testsuite/actionscript.all/MovieClip.as: tests for MovieClip.meth(). * testsuite/misc-mtasc.all/level99.as: add tests for _levelX._name Index: testsuite/misc-ming.all/loadMovieTestRunner.cpp =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/loadMovieTestRunner.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- testsuite/misc-ming.all/loadMovieTestRunner.cpp 1 Dec 2007 00:15:02 -0000 1.12 +++ testsuite/misc-ming.all/loadMovieTestRunner.cpp 8 Jan 2008 11:37:21 -0000 1.13 @@ -115,6 +115,7 @@ check(tester->isMouseOverMouseEntity()); tester->pressMouseButton(); sleep(1); // give it some time... + tester->advance(); // loads (should) happen on next advance coverartch = const_cast<character*>(tester->findDisplayItemByName(*root, "coverart")); check(coverart != coverartch->to_movie()); coverart = coverartch->to_movie(); @@ -129,6 +130,7 @@ check(tester->isMouseOverMouseEntity()); tester->click(); sleep(1); // give it some time... + tester->advance(); // loads (should) happen on next advance coverartch = const_cast<character*>(tester->findDisplayItemByName(*root, "coverart")); coverart = coverartch->to_movie(); check_equals(coverart->get_movie_definition()->get_url(), greenURL.str()); @@ -143,6 +145,7 @@ check(tester->isMouseOverMouseEntity()); tester->click(); sleep(1); // give it some time to load + tester->advance(); // loads (should) happen on next advance coverartch = const_cast<character*>(tester->findDisplayItemByName(*root, "coverart")); coverart = coverartch->to_movie(); check_equals(coverart->get_movie_definition()->get_url(), offspringURL.str()); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit