gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-mtasc.all/level5...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-mtasc.all/level5...
Date: Fri, 07 Sep 2007 07:38:45 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/07 07:38:45

Modified files:
        .              : ChangeLog 
        testsuite/misc-mtasc.all: level5.as level99.as 

Log message:
                * testsuite/misc-mtasc.all/: level5.as, level99.as: check
                  that at time of first-frame actions execution for loaded 
movies,
                  _currentframe is set to 1.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4244&r2=1.4245
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-mtasc.all/level5.as?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-mtasc.all/level99.as?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4244
retrieving revision 1.4245
diff -u -b -r1.4244 -r1.4245
--- ChangeLog   7 Sep 2007 07:34:36 -0000       1.4244
+++ ChangeLog   7 Sep 2007 07:38:44 -0000       1.4245
@@ -1,5 +1,8 @@
 2007-09-07 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-mtasc.all/: level5.as, level99.as: check
+         that at time of first-frame actions execution for loaded movies,
+         _currentframe is set to 1.
        * server/sprite_instance.cpp (loadMovie): don't use
          movie_root::setRootMovie for loading external movies,
          as that method is meant for kick-start only.

Index: testsuite/misc-mtasc.all/level5.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-mtasc.all/level5.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/misc-mtasc.all/level5.as  26 Jul 2007 03:41:21 -0000      1.3
+++ testsuite/misc-mtasc.all/level5.as  7 Sep 2007 07:38:44 -0000       1.4
@@ -26,6 +26,8 @@
 {
        static function main(mc)
        {
+                check_equals(mc._currentframe, 1);
+
                 // The ""+ is there to force conversion to a string
                 check_equals(""+mc, "_level5");
 

Index: testsuite/misc-mtasc.all/level99.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-mtasc.all/level99.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/misc-mtasc.all/level99.as 26 Jul 2007 03:41:21 -0000      1.3
+++ testsuite/misc-mtasc.all/level99.as 7 Sep 2007 07:38:44 -0000       1.4
@@ -26,6 +26,8 @@
 {
        static function main(mc)
        {
+                check_equals(mc._currentframe, 1);
+
                 // The ""+ is there to force conversion to a string
                 check_equals(""+mc, "_level99");
 




reply via email to

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