CVSROOT: /cvsroot/gnash Module name: gnash Changes by: Udo Giacomozzi <udog> 07/12/06 15:41:31
Modified files: testsuite/misc-swfc.all: gotoFrameFromInterval.sc Log message: fix for test runner CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/gotoFrameFromInterval.sc?cvsroot=gnash&r1=1.4&r2=1.5 Patches: Index: gotoFrameFromInterval.sc =================================================================== RCS file: /cvsroot/gnash/gnash/testsuite/misc-swfc.all/gotoFrameFromInterval.sc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- gotoFrameFromInterval.sc 6 Dec 2007 15:34:08 -0000 1.4 +++ gotoFrameFromInterval.sc 6 Dec 2007 15:41:30 -0000 1.5 @@ -12,7 +12,7 @@ stop(); - note("starting! ($Id: gotoFrameFromInterval.sc,v 1.4 2007/12/06 15:34:08 udog Exp $)"); + note("starting! ($Id: gotoFrameFromInterval.sc,v 1.5 2007/12/06 15:41:30 udog Exp $)"); function doit() { note("now jumping..."); @@ -33,7 +33,6 @@ check_equals(_root._currentframe, 5); note("test activated in frame "+_root._currentframe); - totals(1); //Dejagnu.done(); // BUG NOTICE: jumping to frame 10 makes Gnash restart the movie @@ -64,6 +63,7 @@ .frame 10 .action: note("goodbye"); + totals(1); .end .end _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit