gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all MovieClip.as
Date: Thu, 25 Oct 2007 17:07:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/10/25 17:07:57

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

Log message:
        `nother test for _parent

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/MovieClip.as?cvsroot=gnash&r1=1.97&r2=1.98

Patches:
Index: MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- MovieClip.as        25 Oct 2007 17:05:40 -0000      1.97
+++ MovieClip.as        25 Oct 2007 17:07:57 -0000      1.98
@@ -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: MovieClip.as,v 1.97 2007/10/25 17:05:40 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.98 2007/10/25 17:07:57 strk Exp $";
 
 #include "check.as"
 
@@ -41,6 +41,7 @@
 check_equals(typeof(_parent), 'undefined');
 #if OUTPUT_VERSION > 5
  xcheck(!mc.hasOwnProperty('_parent'));
+ check(!MovieClip.prototype.hasOwnProperty('_parent'));
 #endif
 check_equals(_root, this);
 check_equals(typeof(this['_root']), 'movieclip');
@@ -1265,12 +1266,12 @@
  check_totals(158); // SWF5
 #else
 #if OUTPUT_VERSION < 7
- check_totals(502); // SWF6
+ check_totals(503); // SWF6
 #else
 #if OUTPUT_VERSION < 8
- check_totals(519); // SWF7
+ check_totals(520); // SWF7
 #else
- check_totals(520); // SWF8+
+ check_totals(521); // SWF8+
 #endif
 #endif
 #endif




reply via email to

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