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


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all MovieClip.as
Date: Mon, 06 Nov 2006 13:39:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/06 13:39:20

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

Log message:
        since attachMovie is now stubbed in head, update the check for it not 
being undefined.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/MovieClip.as?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- MovieClip.as        6 Nov 2006 13:24:37 -0000       1.10
+++ MovieClip.as        6 Nov 2006 13:39:20 -0000       1.11
@@ -22,7 +22,7 @@
 // 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.10 2006/11/06 13:24:37 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.11 2006/11/06 13:39:20 strk Exp $";
 
 #include "check.as"
 
@@ -41,7 +41,7 @@
 
 // Check methods existance
 xcheck(mc.attachAudio != undefined);
-xcheck(mc.attachMovie != undefined);
+check(mc.attachMovie != undefined);
 xcheck(mc.beginFill != undefined);
 xcheck(mc.beginGradientFill != undefined);
 xcheck(mc.clear != undefined);




reply via email to

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