gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all System.as
Date: Tue, 13 Mar 2007 13:48:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/13 13:48:56

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

Log message:
        one more test to confirm  is not inherited but an instance property

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

Patches:
Index: System.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/System.as,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- System.as   13 Mar 2007 13:46:55 -0000      1.10
+++ System.as   13 Mar 2007 13:48:56 -0000      1.11
@@ -20,7 +20,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: System.as,v 1.10 2007/03/13 13:46:55 strk Exp $";
+rcsid="$Id: System.as,v 1.11 2007/03/13 13:48:56 strk Exp $";
 
 #include "check.as"
 
@@ -63,5 +63,6 @@
 check_equals(this.$version, System.capabilities.version);
 #if OUTPUT_VERSION >= 6
 check(this.hasOwnProperty("$version"));
+check(! MovieClip.prototype.hasOwnProperty("$version") );
 #endif
 




reply via email to

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