gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all MovieClip.as [release_0_


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all MovieClip.as [release_0_7_2]
Date: Mon, 06 Nov 2006 11:36:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Sandro Santilli <strk>  06/11/06 11:36:01

Modified files:
        testsuite/actionscript.all: MovieClip.as 

Log message:
        ops, left commented-out lots of things

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/MovieClip.as?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.5.2.3&r2=1.5.2.4

Patches:
Index: MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -u -b -r1.5.2.3 -r1.5.2.4
--- MovieClip.as        6 Nov 2006 11:35:02 -0000       1.5.2.3
+++ MovieClip.as        6 Nov 2006 11:36:01 -0000       1.5.2.4
@@ -22,11 +22,10 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: MovieClip.as,v 1.5.2.3 2006/11/06 11:35:02 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.5.2.4 2006/11/06 11:36:01 strk Exp $";
 
 #include "check.as"
 
-#if 0
 // Get a reference to a MovieClip
 var mc = _root;
 xcheck(typeof(mc)=="movieclip");
@@ -144,8 +143,6 @@
 check(mc._xmouse != undefined);
 check(mc._xscale != undefined);
 
-#endif
-
 // Test movieclip creation
 var mc2 = createEmptyMovieClip("mc2_mc", 50, 0, 0, 0);
 xcheck(mc2 != undefined);




reply via email to

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