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, 12 Feb 2007 14:06:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/12 14:06:01

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

Log message:
        don't expect a failure in testing existance of MovieClip.unloadMovie 
(is stubbed)

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

Patches:
Index: MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- MovieClip.as        8 Feb 2007 12:19:02 -0000       1.32
+++ MovieClip.as        12 Feb 2007 14:06:01 -0000      1.33
@@ -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.32 2007/02/08 12:19:02 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.33 2007/02/12 14:06:01 strk Exp $";
 
 #include "check.as"
 
@@ -51,6 +51,7 @@
 check(mc.getBytesTotal);
 check(mc.getBounds);
 check(mc.globalToLocal);
+check_equals(typeOf(mc.unloadMovie), 'function');
 
 
 //
@@ -125,7 +126,6 @@
     xcheck(mc.setMask);
     check(mc.startDrag);
     check(mc.stopDrag);
-    xcheck(mc.unloadMovie);
     xcheck(mc.enabled);
 
     // maybe this is the start condition...




reply via email to

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