gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all Function.as
Date: Tue, 20 Mar 2007 19:13:42 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/20 19:13:42

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

Log message:
        ops, forgot to re-enable lots of tests

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Function.as?cvsroot=gnash&r1=1.35&r2=1.36

Patches:
Index: Function.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Function.as,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- Function.as 20 Mar 2007 18:41:19 -0000      1.35
+++ Function.as 20 Mar 2007 19:13:42 -0000      1.36
@@ -20,12 +20,10 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: Function.as,v 1.35 2007/03/20 18:41:19 strk Exp $";
+rcsid="$Id: Function.as,v 1.36 2007/03/20 19:13:42 strk Exp $";
 
 #include "check.as"
 
-#if 0 // REMOVEME STRK
-
 // Define a function returning 'this'.name and the given args
 function getThisName(a,b,c) { return this.name+a+b+c; }
 
@@ -447,7 +445,6 @@
 note(textOutFunc);
 
 
-#endif //  REMOVEME STRK
 //-----------------------------------------------------
 // Test constructor and __constructor__ properties
 //-----------------------------------------------------




reply via email to

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