CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/09/22 21:46:17
Modified files:
. : ChangeLog
testsuite/misc-ming.all: init_action_test.c
Log message:
* testsuite/misc-ming.all/init_action_test.c:
Test that prototype of sprites have been set up to MovieClip
one
at time of onClipInitialize call.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4379&r2=1.4380
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/init_action_test.c?cvsroot=gnash&r1=1.5&r2=1.6
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4379
retrieving revision 1.4380
diff -u -b -r1.4379 -r1.4380
--- ChangeLog 22 Sep 2007 21:41:18 -0000 1.4379
+++ ChangeLog 22 Sep 2007 21:46:17 -0000 1.4380
@@ -1,5 +1,8 @@
2007-09-22 Sandro Santilli <[EMAIL PROTECTED]>
+ * testsuite/misc-ming.all/init_action_test.c:
+ Test that prototype of sprites have been set up to MovieClip one
+ at time of onClipInitialize call.
* testsuite/misc-swfc.all/movieclip_destruction_test1.swf:
Test that just-placed sprites (at time of init actions execution)
are instances of Object, not MovieClip !!
Index: testsuite/misc-ming.all/init_action_test.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/init_action_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/misc-ming.all/init_action_test.c 21 Sep 2007 05:30:12 -0000
1.5
+++ testsuite/misc-ming.all/init_action_test.c 22 Sep 2007 21:46:17 -0000
1.6
@@ -110,7 +110,9 @@
SWFDisplayItem_setName(it1, "mc1");
SWFDisplayItem_addAction(it1,
- newSWFAction(" _root.note('mc1.onClipInitialize'); _root.x += '2+'; "),
+ newSWFAction(" _root.note('mc1.onClipInitialize'); _root.x += '2+'; "
+ "_root.check_equals(this.__proto__, MovieClip.prototype);"
+ ),
SWFACTION_INIT);
SWFDisplayItem_addAction(it1,
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit