CVSROOT: /sources/gnash
Module name: gnash
Changes by: Zou Lunkai <zoulunkai> 07/08/13 08:00:44
Modified files:
testsuite/actionscript.all: ops.as
Log message:
check->xcheck
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/ops.as?cvsroot=gnash&r1=1.15&r2=1.16
Patches:
Index: ops.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/ops.as,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- ops.as 13 Aug 2007 07:20:09 -0000 1.15
+++ ops.as 13 Aug 2007 08:00:44 -0000 1.16
@@ -20,7 +20,7 @@
* Test binary predicates (equal, less_then, greater_then, logical and
bitwise ops)
*/
-rcsid="$Id: ops.as,v 1.15 2007/08/13 07:20:09 zoulunkai Exp $";
+rcsid="$Id: ops.as,v 1.16 2007/08/13 08:00:44 zoulunkai Exp $";
#include "check.as"
@@ -558,7 +558,7 @@
x = new String("1.9");
y = ++x;
//xcheck_equals(y, 2.9);
-check( (y-2.9) < 0.001 );
+xcheck( (y-2.9) < 0.001 );
x = new String("0.0");
y = ++x;
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit