gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/samples GotoAndPlayTest.as


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/testsuite/samples GotoAndPlayTest.as
Date: Mon, 26 Feb 2007 14:32:22 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/02/26 14:32:22

Modified files:
        testsuite/samples: GotoAndPlayTest.as 

Log message:
        Updated testcase to stop in last frame, again

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/GotoAndPlayTest.as?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: GotoAndPlayTest.as
===================================================================
RCS file: /cvsroot/gnash/gnash/testsuite/samples/GotoAndPlayTest.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- GotoAndPlayTest.as  26 Feb 2007 14:30:09 -0000      1.3
+++ GotoAndPlayTest.as  26 Feb 2007 14:32:22 -0000      1.4
@@ -20,8 +20,8 @@
   
   temp=_currentframe;
   
-  //gotoAndPlay(temp);
-  gotoAndStop(temp);
+  gotoAndPlay(temp);
+  //gotoAndStop(temp);
   
   if (_currentframe==temp) 
     trace("PASSED: _currentframe is correct after gotoAndPlay() call 
("+_currentframe+")");




reply via email to

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