CVSROOT: /sources/gnash Module name: gnash Changes by: Zou Lunkai <zoulunkai> 07/09/24 10:56:55
Modified files: testsuite/misc-ming.all: action_execution_order_test5.c Log message: minor comments update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/action_execution_order_test5.c?cvsroot=gnash&r1=1.4&r2=1.5 Patches: Index: action_execution_order_test5.c =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/action_execution_order_test5.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- action_execution_order_test5.c 24 Sep 2007 10:54:07 -0000 1.4 +++ action_execution_order_test5.c 24 Sep 2007 10:56:55 -0000 1.5 @@ -181,12 +181,13 @@ SWFDisplayItem_setName(it12, "mc12"); /* add onClipEvents */ - SWFDisplayItem_addAction(it12, // the inner most child + SWFDisplayItem_addAction(it12, compileSWFActionCode(" _root.note('mc12 onInitialize 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);" + // test child __proto__ " _root.xcheck_equals(this.mc121.__proto__, MovieClip.prototype);"), SWFACTION_INIT); _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit