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_test6.c


From: Zou Lunkai
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all loop_test6.c
Date: Mon, 18 Jun 2007 02:57:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/06/18 02:57:02

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

Log message:
        review and comments

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

Patches:
Index: loop_test6.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/loop_test6.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- loop_test6.c        24 May 2007 07:31:45 -0000      1.2
+++ loop_test6.c        18 Jun 2007 02:57:02 -0000      1.3
@@ -124,7 +124,9 @@
   SWFMovie_add(mo, (SWFBlock)newSWFAction( "gotoAndStop(4);"));
   check_equals(mo, "typeof(movieClip1)", "'undefined'");
 
-  // Gnash calls onConstruct again !!
+  // onClipConstruct invoked or not during jumping back is dependent 
+  // on whether the onClipUnload has been defined.
+  // Gnash fails by calling onClipConstruct again without considering 
onClipUnload!!
   xcheck_equals(mo, "_root.mc1Constructed", "1");
 
   SWFMovie_add(mo, (SWFBlock)newSWFAction( "totals(); stop();" ));
@@ -136,4 +138,3 @@
 
   return 0;
 }
-




reply via email to

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