gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all with.as
Date: Tue, 23 Oct 2007 16:58:17 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/10/23 16:58:17

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

Log message:
        more tests inside with(mc)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/with.as?cvsroot=gnash&r1=1.31&r2=1.32

Patches:
Index: with.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/with.as,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- with.as     23 Oct 2007 16:43:06 -0000      1.31
+++ with.as     23 Oct 2007 16:58:16 -0000      1.32
@@ -21,7 +21,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: with.as,v 1.31 2007/10/23 16:43:06 strk Exp $";
+rcsid="$Id: with.as,v 1.32 2007/10/23 16:58:16 strk Exp $";
 
 #include "check.as"
 
@@ -462,6 +462,12 @@
        hidden = "hiddenUpdated"; // protected from override in mc, but 
existing. Will NOT be set in _root
        nonexistent = "nonExistent"; // non-existing in mc, will be set in root
        inheritedMem = "McProtoOverridden"; // non own-property of mc, will be 
set in root
+
+       check_equals(inheritedMem, "McProto");
+       check_equals(nonexistent, "nonExistent");
+       check_equals(hidden, "hidden");
+       check_equals(mem, "mcMemberUpdated");
+       check_equals(child._target, "/mc/child");
 }
 xcheck_equals(inheritedMem, "McProtoOverridden");
 xcheck_equals(mc.inheritedMem, "McProto");
@@ -481,5 +487,5 @@
 #if OUTPUT_VERSION < 6
  check_totals(41);
 #else
- check_totals(81);
+ check_totals(86);
 #endif




reply via email to

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