gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Numb...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Numb...
Date: Thu, 19 Oct 2006 14:34:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/19 14:34:06

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: Number.as 

Log message:
                * testsuite/actionscript.all/Number.as: use OUTPUT_VERSION,
                  not SWFVERSION (the former is set by Makefile rule, the
                  latter will be available in upcoming Ming releases)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1317&r2=1.1318
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Number.as?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1317
retrieving revision 1.1318
diff -u -b -r1.1317 -r1.1318
--- ChangeLog   19 Oct 2006 14:23:55 -0000      1.1317
+++ ChangeLog   19 Oct 2006 14:34:06 -0000      1.1318
@@ -1,5 +1,8 @@
 2006-10-19 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/Number.as: use OUTPUT_VERSION,
+         not SWFVERSION (the former is set by Makefile rule, the
+         latter will be available in upcoming Ming releases)
        * testsuite/actionscript.all/Makefile.am: add with.as to
          GENERATED variable, and a comment about why we need that.
        * testsuite/actionscript.all/with.as: deeply test just the

Index: testsuite/actionscript.all/Number.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Number.as,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- testsuite/actionscript.all/Number.as        15 Oct 2006 02:30:55 -0000      
1.4
+++ testsuite/actionscript.all/Number.as        19 Oct 2006 14:34:06 -0000      
1.5
@@ -47,14 +47,14 @@
 // TODO: test with SWF target != 6 (the only one tested so far)
 //     
 
-rcsid="$Id: Number.as,v 1.4 2006/10/15 02:30:55 rsavoye Exp $";
+rcsid="$Id: Number.as,v 1.5 2006/10/19 14:34:06 strk Exp $";
 
 #include "check.as"
 
 var n1=new Number(268);
 
 // strict-equality operator was introduced in SWF6
-#if SWFVERSION > 5
+#if OUTPUT_VERSION > 5
 check ( ! (n1 === 268) );
 // They are not the same object !
 check ( ! (n1 === Number(268)) );




reply via email to

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