CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/28 10:42:41

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

Log message:
        ops, forgot this

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

Patches:
Index: toString_valueOf.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/toString_valueOf.as,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- toString_valueOf.as 28 Sep 2007 06:52:41 -0000      1.21
+++ toString_valueOf.as 28 Sep 2007 10:42:41 -0000      1.22
@@ -278,7 +278,7 @@
   check(typeof(TextField.prototype.valueOf) == 'function' );
 #else
   // TextField in swf5 does not have a prototype at all !
-  xcheck_equals(typeof(TextField.prototype), 'undefined'); 
+  check_equals(typeof(TextField.prototype), 'undefined'); 
 #endif
 
 // For TextFields, this true from swf5~swf8!


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to