CVSROOT: /sources/gnash Module name: gnash Changes by: Zou Lunkai <zoulunkai> 07/11/15 08:51:57
Modified files: testsuite/misc-ming.all: key_event_testrunner.cpp Log message: forgot to update the frame count, fix a bogus check. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/key_event_testrunner.cpp?cvsroot=gnash&r1=1.13&r2=1.14 Patches: Index: key_event_testrunner.cpp =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/key_event_testrunner.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -b -r1.13 -r1.14 --- key_event_testrunner.cpp 15 Nov 2007 08:39:27 -0000 1.13 +++ key_event_testrunner.cpp 15 Nov 2007 08:51:57 -0000 1.14 @@ -47,7 +47,7 @@ sprite_instance* root = tester.getRootMovie(); assert(root); - check_equals(root->get_frame_count(), 16); + check_equals(root->get_frame_count(), 23); check_equals(root->get_current_frame(), 0); tester.advance(); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit