CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/11/08 10:50:22
Modified files: testsuite/misc-swfc.all: movieclip_destruction_test1.sc . : ChangeLog Log message: * testsuite/misc-swfc.all/movieclip_destruction_test1.sc: fix test, self-name can't be evaluated. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/movieclip_destruction_test1.sc?cvsroot=gnash&r1=1.26&r2=1.27 http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4802&r2=1.4803 Patches: Index: testsuite/misc-swfc.all/movieclip_destruction_test1.sc =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-swfc.all/movieclip_destruction_test1.sc,v retrieving revision 1.26 retrieving revision 1.27 diff -u -b -r1.26 -r1.27 --- testsuite/misc-swfc.all/movieclip_destruction_test1.sc 27 Sep 2007 08:10:18 -0000 1.26 +++ testsuite/misc-swfc.all/movieclip_destruction_test1.sc 8 Nov 2007 10:50:22 -0000 1.27 @@ -73,7 +73,7 @@ .frame 2 .action: note("mc1.frame2"); - check_equals(mc1.getDepth(), -16383); + check_equals(_root.mc1.getDepth(), -16383); _root.x = 0; _root.gotoAndPlay(6); // AS below have no chance to be executed. @@ -300,7 +300,7 @@ .action: _root.check_equals(initActionExecuted, "mc2, mc3, mc61, mc6, mc8"); stop(); - totals(38); + totals(39); .end .end // file end Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4802 retrieving revision 1.4803 diff -u -b -r1.4802 -r1.4803 --- ChangeLog 8 Nov 2007 10:37:16 -0000 1.4802 +++ ChangeLog 8 Nov 2007 10:50:22 -0000 1.4803 @@ -1,5 +1,7 @@ 2007-11-08 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/misc-swfc.all/movieclip_destruction_test1.sc: fix test, + self-name can't be evaluated. * testsuite/misc-swfc.all/Makefile.am: make Dejagnu.sc and check.sc dependencies of all .swf outputs. * testsuite/misc-swfc.all/Dejagnu.sc: typo fix: __global => _global _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit