gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/VarAndC...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/VarAndC...
Date: Thu, 21 Dec 2006 08:13:27 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/12/21 08:13:27

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: VarAndCharClashTest.as 

Log message:
        eck that changing the _name property on a MovieClip reference doesn't 
invalidate it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1983&r2=1.1984
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/VarAndCharClashTest.as?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1983
retrieving revision 1.1984
diff -u -b -r1.1983 -r1.1984
--- ChangeLog   21 Dec 2006 08:05:04 -0000      1.1983
+++ ChangeLog   21 Dec 2006 08:13:27 -0000      1.1984
@@ -1,7 +1,7 @@
 2006-12-21 Sandro Santilli <address@hidden>
 
        * testsuite/misc-ming.all/VarAndCharClashTest.as:
-         added new test checking integrity of a *reference*
+         added new tests checking integrity of a *reference*
          to the movieclip.
 
 2006-12-20 Sandro Santilli <address@hidden>

Index: testsuite/misc-ming.all/VarAndCharClashTest.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/VarAndCharClashTest.as,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- testsuite/misc-ming.all/VarAndCharClashTest.as      21 Dec 2006 08:05:04 
-0000      1.4
+++ testsuite/misc-ming.all/VarAndCharClashTest.as      21 Dec 2006 08:13:27 
-0000      1.5
@@ -33,6 +33,10 @@
 // The movieclip reference is still valid
 check_equals(typeof(greenref), 'movieclip');
 
+// Change the name of the green character
+greenref._name = "stealth";
+check_equals(typeof(greenref), 'movieclip');
+
 // print totals and stop to avoid infinite loops
 totals();
 stop();




reply via email to

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