gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/misc-ming.all loop_test9.c


From: Zou Lunkai
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all loop_test9.c
Date: Tue, 09 Oct 2007 01:35:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/10/09 01:35:10

Modified files:
        testsuite/misc-ming.all: loop_test9.c 

Log message:
        minor comments fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/loop_test9.c?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: loop_test9.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/loop_test9.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- loop_test9.c        8 Oct 2007 07:32:08 -0000       1.3
+++ loop_test9.c        9 Oct 2007 01:35:10 -0000       1.4
@@ -121,12 +121,12 @@
   SWFDisplayItem_setDepth(it2, 30000); // depth of movieClip2 is 30000 (13616)
 
   it3 = SWFMovie_add(mo, (SWFBlock)mc3);  //add movieClip3 to the _root
-  SWFDisplayItem_setName(it3, "movieClip3"); //name movieClip2
+  SWFDisplayItem_setName(it3, "movieClip3"); //name movieClip3
   SWFDisplayItem_addAction(it3, newSWFAction(
                "_root.note(this+' constructed');"
                "_root.mc3Constructed++;"),
                  SWFACTION_CONSTRUCT);
-  SWFDisplayItem_setDepth(it3, 30001); // depth of movieClip2 is 30001 (13617)
+  SWFDisplayItem_setDepth(it3, 30001); // depth of movieClip3 is 30001 (13617)
 
   SWFMovie_add(mo, (SWFBlock)newSWFAction(
       "check_equals(movieClip3.getDepth(), 13617);"
@@ -138,7 +138,7 @@
 
   SWFDisplayItem_remove(it3);
 
-  // Frame4: gotoAndStop(2), check..
+  // Frame4: gotoAndStop(1), check..
 
   SWFMovie_add(mo, (SWFBlock)newSWFAction(
 




reply via email to

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