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: Zou Lunkai
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/action_...
Date: Tue, 15 May 2007 10:14:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/05/15 10:14:33

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

Log message:
        improved comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3221&r2=1.3222
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/action_execution_order_test9.c?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3221
retrieving revision 1.3222
diff -u -b -r1.3221 -r1.3222
--- ChangeLog   15 May 2007 09:59:07 -0000      1.3221
+++ ChangeLog   15 May 2007 10:14:33 -0000      1.3222
@@ -1,3 +1,8 @@
+2007-05-15 Zou Lunkai <address@hidden>
+
+       * testsuite/misc-ming.all/action_execution_order_test9.c:
+         improved comments.
+         
 2007-05-15 Sandro Santilli <address@hidden>
 
        * server/stream.{cpp,h} (set_position): document and change return

Index: testsuite/misc-ming.all/action_execution_order_test9.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/action_execution_order_test9.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/misc-ming.all/action_execution_order_test9.c      15 May 2007 
09:54:49 -0000      1.2
+++ testsuite/misc-ming.all/action_execution_order_test9.c      15 May 2007 
10:14:33 -0000      1.3
@@ -18,8 +18,8 @@
 
 /*
  * frame2: gotoAndPlay(4);
- * frame4: place "mc1"; gotoAndPlay(6);
- * frame5: place "mc2";
+ * frame4: place "mc1" at depth3; gotoAndPlay(6);
+ * frame5: place "mc2" at depth4;
  * frame6: stop;
  *
  * expected behaviour:
@@ -92,6 +92,7 @@
   SWFMovie_nextFrame(mo); // 5th frame 
 
   SWFDisplayItem_remove(it2);
+  // Gnash fails because actions in "mc1" got executed, see expected behaviour
   xcheck_equals(mo, "typeof(_root.x)", "'undefined'");
   add_actions(mo, " _root.totals(); stop(); ");
   SWFMovie_nextFrame(mo); // 6th frame 




reply via email to

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