CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/11/13 20:56:09
Modified files: . : ChangeLog testsuite/actionscript.all: targetPath.as Log message: reverted last change, the test was completely bogus. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4849&r2=1.4850 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/targetPath.as?cvsroot=gnash&r1=1.7&r2=1.8 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4849 retrieving revision 1.4850 diff -u -b -r1.4849 -r1.4850 --- ChangeLog 13 Nov 2007 19:15:25 -0000 1.4849 +++ ChangeLog 13 Nov 2007 20:56:09 -0000 1.4850 @@ -1,5 +1,10 @@ 2007-11-13 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/actionscript.all/targetPath.as: reverted last change, the + test was completely bogus. + +2007-11-13 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/actionscript.all/targetPath.as: more tests for setTarget, could not reproduce the bug just fixed in find_target (would need actions defined in Button or statically-placed sprites). Index: testsuite/actionscript.all/targetPath.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/targetPath.as,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- testsuite/actionscript.all/targetPath.as 13 Nov 2007 19:15:26 -0000 1.7 +++ testsuite/actionscript.all/targetPath.as 13 Nov 2007 20:56:09 -0000 1.8 @@ -20,7 +20,7 @@ * Test targetPath tags (0x45) */ -rcsid="$Id: targetPath.as,v 1.7 2007/11/13 19:15:26 strk Exp $"; +rcsid="$Id: targetPath.as,v 1.8 2007/11/13 20:56:09 strk Exp $"; #include "check.as" @@ -104,25 +104,6 @@ setTarget("/"); check_equals(_target, '/'); -mc2.onUnload = function() -{ - note("Running mc2.onUnload"); - check_equals(_target, '/'); - check_equals(mc1, '/'); - mc1.onUnload = function() - { - note("Running mc1.onUnload ?"); - check_equals(_target, '/mc'); - setTarget('mc1'); - check_equals(_target, '/mc/mc'); - setTarget("/"); - check_equals(_target, '/'); - }; -}; - -mc2.removeMovieClip(); -mc1.removeMovieClip(); - #endif #if OUTPUT_VERSION < 6 _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit