gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all Object.as


From: Zou Lunkai
Subject: [Gnash-commit] gnash/testsuite/actionscript.all Object.as
Date: Tue, 01 Apr 2008 09:31:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  08/04/01 09:31:07

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

Log message:
        one more test, already passed.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Object.as?cvsroot=gnash&r1=1.50&r2=1.51

Patches:
Index: Object.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Object.as,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- Object.as   1 Apr 2008 09:04:48 -0000       1.50
+++ Object.as   1 Apr 2008 09:31:07 -0000       1.51
@@ -21,7 +21,7 @@
 // execute it like this gnash -1 -r 0 -v out.swf
 
 
-rcsid="$Id: Object.as,v 1.50 2008/04/01 09:04:48 zoulunkai Exp $";
+rcsid="$Id: Object.as,v 1.51 2008/04/01 09:31:07 zoulunkai Exp $";
 #include "check.as"
 
 // Test things in Class Object (swf5~swf8)
@@ -29,6 +29,7 @@
 check_equals(typeof(Object.prototype), 'object');
 check_equals(typeof(Object.constructor), 'function');
 #if OUTPUT_VERSION == 5
+       check_equals(typeof(Object.__proto__), 'undefined');
        // make Object.__proto__  visible in swf5
        ASSetPropFlags(Object, null, 8, 128 + 1);
 #endif
@@ -573,7 +574,7 @@
 
 
 #if OUTPUT_VERSION <= 5
-totals(78);
+totals(79);
 #endif
 
 #if OUTPUT_VERSION >= 6




reply via email to

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