gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/targ...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/targ...
Date: Wed, 13 Feb 2008 15:18:00 +0000

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 <address@hidden>
+
+       * 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 <address@hidden>
 
        * 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]