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/Vide...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Vide...
Date: Wed, 10 Jan 2007 11:26:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/01/10 11:26:18

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

Log message:
                * testsuite/actionscript.all/Video.as: xcheck => check
                  (not available when swfversion<6)
        
        I committed a ChangeLog entry for this yesterday, but it seems I missed 
the
        actual Video.as file - updated ChangeLog too.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2071&r2=1.2072
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Video.as?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2071
retrieving revision 1.2072
diff -u -b -r1.2071 -r1.2072
--- ChangeLog   10 Jan 2007 11:21:50 -0000      1.2071
+++ ChangeLog   10 Jan 2007 11:26:18 -0000      1.2072
@@ -1,5 +1,7 @@
 2007-01-10 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/Video.as: xcheck => check
+         (not available when swfversion<6)
        * server/dlist.{h,cpp}: added sort() method to resort
          when depth of characters is externally changed.
        * server/sprite_instance.{h,cpp}: simplified state save
@@ -17,8 +19,6 @@
          NetStream.as, System.as, NetConnection:
          test that the class are unavailable when target version
          is < their entry point.
-       * testsuite/actionscript.all/Video.as: xcheck => check
-         (not available when swfversion<6)
 
 2007-01-10 Sandro Santilli <address@hidden>
 

Index: testsuite/actionscript.all/Video.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Video.as,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- testsuite/actionscript.all/Video.as 22 Nov 2006 13:05:38 -0000      1.7
+++ testsuite/actionscript.all/Video.as 10 Jan 2007 11:26:18 -0000      1.8
@@ -20,13 +20,13 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: Video.as,v 1.7 2006/11/22 13:05:38 strk Exp $";
+rcsid="$Id: Video.as,v 1.8 2007/01/10 11:26:18 strk Exp $";
 
 #include "check.as"
 
 #if OUTPUT_VERSION < 6
 
-xcheck_equals(Video, undefined);
+check_equals(Video, undefined);
 
 #else
 




reply via email to

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