CVSROOT: /sources/gnash
Module name: gnash
Changes by: Zou Lunkai <zoulunkai> 07/03/08 08:05:00
Modified files:
. : ChangeLog
testsuite/misc-ming.all: action_execution_order_extend_test.c
Log message:
add a xcheck to action_execution_order_extend_test
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2574&r2=1.2575
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/action_execution_order_extend_test.c?cvsroot=gnash&r1=1.4&r2=1.5
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2574
retrieving revision 1.2575
diff -u -b -r1.2574 -r1.2575
--- ChangeLog 8 Mar 2007 00:11:13 -0000 1.2574
+++ ChangeLog 8 Mar 2007 08:05:00 -0000 1.2575
@@ -1,3 +1,8 @@
+2007-03-05 Zou Lunkai <[EMAIL PROTECTED]>
+
+ * testsuite/misc-ming.all/action_execution_order_extend_test.c:
+ Add a check, seems PlaceObject2 tag should not define any functions
+
2007-03-07 Sandro Santilli <[EMAIL PROTECTED]>
* gui/gtk.cpp: hook restart menu
Index: testsuite/misc-ming.all/action_execution_order_extend_test.c
===================================================================
RCS file:
/sources/gnash/gnash/testsuite/misc-ming.all/action_execution_order_extend_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- testsuite/misc-ming.all/action_execution_order_extend_test.c 5 Mar
2007 21:53:48 -0000 1.4
+++ testsuite/misc-ming.all/action_execution_order_extend_test.c 8 Mar
2007 08:05:00 -0000 1.5
@@ -92,7 +92,10 @@
compileSWFActionCode("note('mc_red clip load executed'); "
"_root.y1bis = 'mc_red onClipLoad called';"),
SWFACTION_ONLOAD);
-
+ /* Woo, the PlaceObject tag hasn't defined an 'onLoad' function.
+ maybe just pushed something to the action list???
+ */
+ xcheck_equals(mo, "typeOf(_root.mc_red.onLoad)", "'undefined'");
add_actions(mo, " note('as in frame2 of root'); var x1 = \"as_in_root\"; ");
add_actions(mo, " _root.mc_red.onLoad = function () \
{ \
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit