CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/12/06 13:12:07

Modified files:
        testsuite/misc-swfc.all: gotoFrameFromInterval.sc 

Log message:
        fix self-termination

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/gotoFrameFromInterval.sc?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: gotoFrameFromInterval.sc
===================================================================
RCS file: 
/cvsroot/gnash/gnash/testsuite/misc-swfc.all/gotoFrameFromInterval.sc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gotoFrameFromInterval.sc    6 Dec 2007 12:03:09 -0000       1.1
+++ gotoFrameFromInterval.sc    6 Dec 2007 13:12:07 -0000       1.2
@@ -15,6 +15,8 @@
 
     stop();
     
+    note("starting! ($Id: gotoFrameFromInterval.sc,v 1.2 2007/12/06 13:12:07 
udog Exp $)");
+    
     function doit() {
       note("now jumping...");
       gotoAndPlay(5);
@@ -36,7 +38,9 @@
 
             Dejagnu.done();
             
-            gotoAndPlay("10"); // end
+            // BUG NOTICE: jumping to frame 10 makes Gnash restart the movie
+            // even with the -1 switch!
+            gotoAndPlay(9); 
           }
           
         }


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

Reply via email to