CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/11/26 08:57:28

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

Log message:
        two more tests to make it more conviincing

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

Patches:
Index: goto_frame_test.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/goto_frame_test.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- goto_frame_test.c   26 Nov 2007 08:47:04 -0000      1.7
+++ goto_frame_test.c   26 Nov 2007 08:57:28 -0000      1.8
@@ -43,6 +43,7 @@
  * Observed behaviour:
  *
  *   (1) both mc1 and mc2 occupys depth -16485 after gotoFrame.
+ *   (2) both mc1 and mc2 are visible in frame7 at runtime.
  *
  * Deduction:
  *
@@ -150,6 +151,8 @@
   // test2: test forward gotoFrame
   //
   add_actions(mo, "gotoAndPlay(_currentframe + 5);");
+  check_equals(mo, "mc1._target", "'/mc1'");
+  check_equals(mo, "mc2._target", "'/mc2'");
   SWFMovie_nextFrame(mo); // 7th frame
   
   


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to