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/reverse...


From: Zou Lunkai
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/reverse...
Date: Wed, 04 Apr 2007 09:28:42 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/04/04 09:28:42

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

Log message:
        ensure total() is called at the last step

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2776&r2=1.2777
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/reverse_execute_PlaceObject2_test1.c?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2776
retrieving revision 1.2777
diff -u -b -r1.2776 -r1.2777
--- ChangeLog   4 Apr 2007 09:22:30 -0000       1.2776
+++ ChangeLog   4 Apr 2007 09:28:41 -0000       1.2777
@@ -1,3 +1,8 @@
+2007-04-04 Zou Lunkai <address@hidden>
+
+       * testsuite/misc-ming.all/reverse_execute_PlaceObject2_test1.c
+       ensure that total() is called at the last step.
+       
 2007-04-04 Sandro Santilli <address@hidden>
 
        * testsuite/actionscript.all/array.as: more tests added.
@@ -23,7 +28,7 @@
        * server/URLAccessManager.{cpp,h}: add allowHost interface.
        * server/asobj/xmlsocket.cpp (connect): check host security.
 
-2007-04-03 Zou Lunkai <address@hidden>
+2007-04-04 Zou Lunkai <address@hidden>
 
        * server/sprite_instance.cpp
        first attempt to deprecate reverse execution of frame tags

Index: testsuite/misc-ming.all/reverse_execute_PlaceObject2_test1.c
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-ming.all/reverse_execute_PlaceObject2_test1.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- testsuite/misc-ming.all/reverse_execute_PlaceObject2_test1.c        30 Mar 
2007 07:59:21 -0000      1.1
+++ testsuite/misc-ming.all/reverse_execute_PlaceObject2_test1.c        4 Apr 
2007 09:28:42 -0000       1.2
@@ -34,7 +34,7 @@
 #include "ming_utils.h"
 
 #define OUTPUT_VERSION 6
-#define OUTPUT_FILENAME "reverse_execute_PlaceObject2_test1.swf"
+#define OUTPUT_FILENAME "reverse_execute_PLACEOBJECT2_test1.swf"
 
 
 int
@@ -85,10 +85,13 @@
   SWFMovie_nextFrame(mo); /* 4th frame */
 
   SWFDisplayItem_remove(it);
-  add_actions(mo, " gotoAndPlay(3); ");
-  add_actions(mo, " _root.totals(); stop(); ");
+  add_actions(mo, " if(stopflag != 1)  gotoAndPlay(3);  stopflag = 1; ");
   SWFMovie_nextFrame(mo); /* 5th frame */
 
+       //checks 
+       add_actions(mo, " _root.totals(); stop(); ");
+       SWFMovie_nextFrame(mo); /* 6th frame */
+       
   //Output movie
   puts("Saving " OUTPUT_FILENAME );
   SWFMovie_save(mo, OUTPUT_FILENAME);




reply via email to

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