gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all toString_value...


From: Zou Lunkai
Subject: [Gnash-commit] gnash/testsuite/actionscript.all toString_value...
Date: Sun, 05 Aug 2007 06:14:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/08/05 06:14:30

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

Log message:
        indent and checks-> xchecks

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/toString_valueOf.as?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: toString_valueOf.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/toString_valueOf.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- toString_valueOf.as 5 Aug 2007 06:04:59 -0000       1.1
+++ toString_valueOf.as 5 Aug 2007 06:14:30 -0000       1.2
@@ -180,7 +180,7 @@
 #if OUTPUT_VERSION > 5
   check(typeof(x) == 'string'); 
   check(typeof(y) == 'movieclip');  
-  check(x == '[object Object]'); 
+  xcheck(x == '[object Object]'); 
   check(y == _level0.mc1); 
 #else
   check(typeof(x) == 'undefined'); 
@@ -337,8 +337,8 @@
 d2 = new Date(1);
 d3 = d1 + d2;
 #if OUTPUT_VERSION > 5 
-  check(typeof(d3) == 'string');
-  check(d3 == "Thu Jan 1 08:00:00 GMT+0800 1970Thu Jan 1 08:00:00 GMT+0800 
1970");
+  xcheck(typeof(d3) == 'string');
+  xcheck(d3 == "Thu Jan 1 08:00:00 GMT+0800 1970Thu Jan 1 08:00:00 GMT+0800 
1970");
 #else
   check(typeof(d3) == 'number');
   check(d3 == 1);




reply via email to

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