gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/actionscript.all getvariable.as


From: Zou Lunkai
Subject: [Gnash-commit] gnash/testsuite/actionscript.all getvariable.as
Date: Wed, 11 Apr 2007 07:31:53 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/04/11 07:31:53

Modified files:
        testsuite/actionscript.all: getvariable.as 

Log message:
        update tests

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/getvariable.as?cvsroot=gnash&r1=1.9&r2=1.10

Patches:
Index: getvariable.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/getvariable.as,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- getvariable.as      11 Apr 2007 05:42:25 -0000      1.9
+++ getvariable.as      11 Apr 2007 07:31:53 -0000      1.10
@@ -19,7 +19,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: getvariable.as,v 1.9 2007/04/11 05:42:25 zoulunkai Exp $";
+rcsid="$Id: getvariable.as,v 1.10 2007/04/11 07:31:53 zoulunkai Exp $";
 
 #include "check.as"
 
@@ -316,7 +316,7 @@
 //-----------------------------------------------------------------------
 // Check 'path and var'
 //-----------------------------------------------------------------------
-func = function () 
+function func_obj() 
 { 
        var xx = 1;
        asm {   
@@ -328,6 +328,7 @@
        check_equals(_root.xx, 2);
 };
 
+func = new func_obj();
 func();
 
 




reply via email to

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