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: Fri, 24 Aug 2007 13:52:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/08/24 13:52:24

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

Log message:
        minor thing: use check_equals

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

Patches:
Index: MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -b -r1.81 -r1.82
--- MovieClip.as        24 Aug 2007 10:05:58 -0000      1.81
+++ MovieClip.as        24 Aug 2007 13:52:24 -0000      1.82
@@ -20,7 +20,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.81 2007/08/24 10:05:58 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.82 2007/08/24 13:52:24 strk Exp $";
 
 #include "check.as"
 
@@ -34,7 +34,7 @@
 
 // Get a reference to a MovieClip
 var mc = _root;
-check(typeof(mc)=="movieclip");
+check_equals(typeof(mc), "movieclip");
 
 // Check some references
 check_equals(typeof(this), 'movieclip');




reply via email to

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