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: Sun, 27 Apr 2008 15:49:18 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/27 15:49:18

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

Log message:
        Oops, forgot another success

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

Patches:
Index: MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -b -r1.127 -r1.128
--- MovieClip.as        27 Apr 2008 15:39:40 -0000      1.127
+++ MovieClip.as        27 Apr 2008 15:49:17 -0000      1.128
@@ -20,9 +20,9 @@
 // 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.127 2008/04/27 15:39:40 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.128 2008/04/27 15:49:17 strk Exp $";
 
-rcsid="$Id: MovieClip.as,v 1.127 2008/04/27 15:39:40 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.128 2008/04/27 15:49:17 strk Exp $";
 #include "check.as"
 
 // To be called at end of test
@@ -113,7 +113,7 @@
 check(!MovieClip.prototype.hasOwnProperty('valueOf')); 
 check(!MovieClip.prototype.hasOwnProperty('toString')); 
 check(MovieClip.prototype.hasOwnProperty('meth')); 
-xcheck(MovieClip.prototype.hasOwnProperty('useHandCursor')); 
+check(MovieClip.prototype.hasOwnProperty('useHandCursor')); 
 #endif
 check_equals(typeof(mc.valueOf), 'function');
 check_equals(typeof(mc.toString), 'function');




reply via email to

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