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: Mon, 27 Aug 2007 07:13:44 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/08/27 07:13:44

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

Log message:
        more tests

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

Patches:
Index: toString_valueOf.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/toString_valueOf.as,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- toString_valueOf.as 27 Aug 2007 06:41:29 -0000      1.9
+++ toString_valueOf.as 27 Aug 2007 07:13:44 -0000      1.10
@@ -39,6 +39,8 @@
   
   check(Function.prototype.__proto__.hasOwnProperty('toString'));
   check(Function.prototype.__proto__.hasOwnProperty('valueOf'));
+  check_equals(Function.prototype.__proto__, Object.prototype);
+  xcheck_equals(Object.prototype.__proto__, undefined);
   
   check_equals(typeof(Function.prototype['toString']), 'function');
   check_equals(typeof(Function.prototype['valueOf']), 'function');




reply via email to

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