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 gotoFrame2Test.as


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all gotoFrame2Test.as
Date: Wed, 21 Feb 2007 14:13:31 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/21 14:13:31

Modified files:
        testsuite/misc-ming.all: gotoFrame2Test.as 

Log message:
        updated info

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

Patches:
Index: gotoFrame2Test.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/gotoFrame2Test.as,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- gotoFrame2Test.as   21 Feb 2007 11:19:45 -0000      1.2
+++ gotoFrame2Test.as   21 Feb 2007 14:13:30 -0000      1.3
@@ -1,7 +1,7 @@
 // gotoAndPlay() testcase
 // Source file provided for reference
 
-// This code is in frame #2 of a 3-frame file!
+// This code is in frame #2 of a 2-frame file!
 
 ++counter;
 
@@ -13,7 +13,10 @@
 // this would emit a function call
 //gotoAndPlay(temp);
 
-// this emits a GOTOFRAME2 tag
+// this would emit a GOTOFRAME tag
+//gotoFrame(2);
+
+// this emits a GOTOFRAME2 (GOTOEXPRESSION) tag
 gotoFrame(temp);
 
 check_equals(_currentframe, temp);




reply via email to

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