gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/action_...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/action_...
Date: Mon, 24 Sep 2007 11:03:12 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/24 11:03:12

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: action_execution_order_test5.c 

Log message:
                * testsuite/misc-ming.all/action_execution_order_test5.c:
                  replicate tests run from SWFACTION_INIT into 
SWFACTION_CONSTRUCT.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4389&r2=1.4390
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/action_execution_order_test5.c?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4389
retrieving revision 1.4390
diff -u -b -r1.4389 -r1.4390
--- ChangeLog   24 Sep 2007 10:57:34 -0000      1.4389
+++ ChangeLog   24 Sep 2007 11:03:11 -0000      1.4390
@@ -1,5 +1,7 @@
 2007-09-24 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/action_execution_order_test5.c:
+         replicate tests run from SWFACTION_INIT into SWFACTION_CONSTRUCT.
        * testsuite/actionscript.all/XML.as: more test for .status.
          See patch #6178 for the why.
 

Index: testsuite/misc-ming.all/action_execution_order_test5.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/action_execution_order_test5.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/misc-ming.all/action_execution_order_test5.c      24 Sep 2007 
10:56:55 -0000      1.5
+++ testsuite/misc-ming.all/action_execution_order_test5.c      24 Sep 2007 
11:03:12 -0000      1.6
@@ -191,6 +191,15 @@
                          " _root.xcheck_equals(this.mc121.__proto__, 
MovieClip.prototype);"),
     SWFACTION_INIT);
     
+  SWFDisplayItem_addAction(it12, // the inner most child
+    compileSWFActionCode(" _root.note('mc12 onConstruct called'); "
+                         " _root.check_equals(this, _root.mc1.mc12);"
+                         " _root.check_equals(this.__proto__, 
MovieClip.prototype);"
+                         " _root.check_equals(this._parent.__proto__, 
MovieClip.prototype);"
+                         " _root.check_equals(this._parent.mc11.__proto__, 
MovieClip.prototype);"
+                         " _root.check_equals(this.mc121.__proto__, 
MovieClip.prototype);"),
+    SWFACTION_CONSTRUCT);
+    
   SWFDisplayItem_addAction(it12,
     compileSWFActionCode(" _root.note('mc12 onLoad called'); "
                          " _root.x1 += '3+'; "),




reply via email to

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