gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/opcode_...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/opcode_...
Date: Mon, 01 Oct 2007 08:17:53 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/10/01 08:17:53

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: opcode_guard_test.c 

Log message:
                * testsuite/misc-ming.all/opcode_guard_test.c: add xtotals() 
call.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4485&r2=1.4486
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/opcode_guard_test.c?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4485
retrieving revision 1.4486
diff -u -b -r1.4485 -r1.4486
--- ChangeLog   1 Oct 2007 07:22:11 -0000       1.4485
+++ ChangeLog   1 Oct 2007 08:17:52 -0000       1.4486
@@ -1,5 +1,6 @@
 2007-09-30 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/opcode_guard_test.c: add xtotals() call.
        * testsuite/actionscript.all/dejagnu_so_init.as: set and invoke
          utility functions from/to _root. Fixes some scope chain problems
          we have in Gnash, better tested in a more focused testcase.

Index: testsuite/misc-ming.all/opcode_guard_test.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/opcode_guard_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/misc-ming.all/opcode_guard_test.c 27 Sep 2007 05:29:35 -0000      
1.3
+++ testsuite/misc-ming.all/opcode_guard_test.c 1 Oct 2007 08:17:53 -0000       
1.4
@@ -133,7 +133,7 @@
   SWFMovie_nextFrame(mo); // 7th frame
   SWFMovie_nextFrame(mo); // 8th frame
   
-  add_actions(mo, "totals(); stop();");
+  add_actions(mo, "xtotals(6); stop();");
   SWFMovie_nextFrame(mo); // 9th frame
   
   //Output movie




reply via email to

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