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


From: Zou Lunkai
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/loop_te...
Date: Mon, 21 May 2007 07:04:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/05/21 07:04:48

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

Log message:
        add another check

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3288
retrieving revision 1.3289
diff -u -b -r1.3288 -r1.3289
--- ChangeLog   21 May 2007 06:53:35 -0000      1.3288
+++ ChangeLog   21 May 2007 07:04:47 -0000      1.3289
@@ -12,6 +12,11 @@
 2007-05-21 Zou Lunkai <address@hidden>
 
        * testsuite/misc-ming.all/loop_test4.c:
+               add a another check, comments
+               
+2007-05-21 Zou Lunkai <address@hidden>
+
+       * testsuite/misc-ming.all/loop_test4.c:
                new testcase for timeline control.
                
 2007-05-21 Zou Lunkai <address@hidden>

Index: testsuite/misc-ming.all/loop_test4.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/loop_test4.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- testsuite/misc-ming.all/loop_test4.c        21 May 2007 06:23:40 -0000      
1.1
+++ testsuite/misc-ming.all/loop_test4.c        21 May 2007 07:04:48 -0000      
1.2
@@ -17,15 +17,16 @@
  */ 
 
 /*
- * Test "Jumping backward to the middle of a character's lifetime after ..."
+ * Test "Jumping backward to the middle of a character's lifetime after 
removal and replacement"
  *
  * Timeline:
  * 
  *   Frame  | 1 | 2 | 3 | 4 | 5 | 6 |
  *  --------+---+---+---+---+---+---+
- *   Event  |   |PP | * | RR| PP| J |
+ *   Event  |   |PP | * | RR| Pp| J |
  * 
  *  P = place (by PlaceObject2)
+ *  p = place (by ActionScript)
  *  M = move to another depth (by swapDepth)
  *  R = remove ((by RemoveObject* tag)
  *  J = jump
@@ -179,6 +180,7 @@
   check_equals(mo, "typeof(movieClip4)", "'undefined'");
   check_equals(mo, "_root.mc1Constructed", "2");
   check_equals(mo, "_root.mc2Constructed", "2");
+  check_equals(mo, "_root.mc3Constructed", "1");
   
   SWFMovie_add(mo, (SWFBlock)newSWFAction( "totals(); stop();" ));
   SWFMovie_nextFrame(mo);




reply via email to

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