CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/02/13 15:18:00
Modified files: . : ChangeLog testsuite/actionscript.all: targetPath.as Log message: AS targetPath doesn't change in Ming 0.4.0.beta6, just the ASM label. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5639&r2=1.5640 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/targetPath.as?cvsroot=gnash&r1=1.12&r2=1.13 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5639 retrieving revision 1.5640 diff -u -b -r1.5639 -r1.5640 --- ChangeLog 13 Feb 2008 15:07:46 -0000 1.5639 +++ ChangeLog 13 Feb 2008 15:17:59 -0000 1.5640 @@ -1,3 +1,8 @@ +2008-02-13 Sandro Santilli <[EMAIL PROTECTED]> + + * testsuite/actionscript.all/targetPath.as: AS targetPath doesn't + change in Ming 0.4.0.beta6, just the ASM label. + 2008-02-13 Benjamin Wolsey <[EMAIL PROTECTED]> * testsuite/misc-ming.all/PrototypeEventListeners.as: more tests. Index: testsuite/actionscript.all/targetPath.as =================================================================== RCS file: /sources/gnash/gnash/testsuite/actionscript.all/targetPath.as,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- testsuite/actionscript.all/targetPath.as 31 Jan 2008 16:25:32 -0000 1.12 +++ testsuite/actionscript.all/targetPath.as 13 Feb 2008 15:18:00 -0000 1.13 @@ -20,7 +20,7 @@ * Test TARGETPATH tags (0x45) */ -rcsid="$Id: targetPath.as,v 1.12 2008/01/31 16:25:32 strk Exp $"; +rcsid="$Id: targetPath.as,v 1.13 2008/02/13 15:18:00 strk Exp $"; #include "check.as" @@ -30,7 +30,9 @@ # define TARGETPATH targetPath #endif -check_equals(TARGETPATH(_root), "_level0"); +// The AS version is always targetPath, just +// the ASM label changes in case before 0.4.0.beta6 +check_equals(targetPath(_root), "_level0"); #ifdef MING_SUPPORTS_ASM_TARGETPATH _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit