gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-swfc.all/action_...


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

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

Modified files:
        .              : ChangeLog 
        testsuite/misc-swfc.all: action_execution_order_test10.sc 

Log message:
                * testsuite/misc-swfc.all/action_execution_order_test10.sc:
                  check that _currentframe is 1 when actions in first frame of
                  _root are executed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4242&r2=1.4243
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/action_execution_order_test10.sc?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4242
retrieving revision 1.4243
diff -u -b -r1.4242 -r1.4243
--- ChangeLog   7 Sep 2007 07:10:19 -0000       1.4242
+++ ChangeLog   7 Sep 2007 07:17:44 -0000       1.4243
@@ -1,5 +1,8 @@
 2007-09-07 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-swfc.all/action_execution_order_test10.sc:
+         check that _currentframe is 1 when actions in first frame of
+         _root are executed
        * server/movie_instance.{cpp,h}: add overridden ::construct
          method, taking care of ensuring frame1 is completely loaded
          and calling the superclass version of it. 

Index: testsuite/misc-swfc.all/action_execution_order_test10.sc
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-swfc.all/action_execution_order_test10.sc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/misc-swfc.all/action_execution_order_test10.sc    6 Sep 2007 
07:14:24 -0000       1.2
+++ testsuite/misc-swfc.all/action_execution_order_test10.sc    7 Sep 2007 
07:17:44 -0000       1.3
@@ -52,6 +52,7 @@
    #include "Dejagnu.sc"
    
    _root.as_order = '0+';
+    check_equals(_root._currentframe, 1);
   .end
   
   // Define 3 shapes(b1, b2, b3)




reply via email to

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