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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Cust...
Date: Thu, 23 Nov 2006 15:18:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/23 15:18:09

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

Log message:
                * testsuite/actionscript.all/CustomActions.as: disabled all
                  tests as the class is only intended for use in the Flash
                  authoring tool, see 
http://sephiroth.it/reference.php?id=156&cat=1

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1721&r2=1.1722
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/CustomActions.as?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1721
retrieving revision 1.1722
diff -u -b -r1.1721 -r1.1722
--- ChangeLog   23 Nov 2006 14:58:54 -0000      1.1721
+++ ChangeLog   23 Nov 2006 15:18:09 -0000      1.1722
@@ -1,5 +1,8 @@
 2006-11-23 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/CustomActions.as: disabled all
+         tests as the class is only intended for use in the Flash
+         authoring tool, see http://sephiroth.it/reference.php?id=156&cat=1
        * testsuite/actionscript.all/Camera.as: updated after run reports.
        * testsuite/actionscript.all/dejagnu.as: don't override rcsid
          set in testcases.

Index: testsuite/actionscript.all/CustomActions.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/CustomActions.as,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- testsuite/actionscript.all/CustomActions.as 5 Nov 2006 00:45:27 -0000       
1.6
+++ testsuite/actionscript.all/CustomActions.as 23 Nov 2006 15:18:09 -0000      
1.7
@@ -20,10 +20,16 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: CustomActions.as,v 1.6 2006/11/05 00:45:27 rsavoye Exp $";
+
+// CustomActions is only intended foro use in the Flash authoring tool,
+// See http://sephiroth.it/reference.php?id=156&cat=1
+#if 0
+
+rcsid="$Id: CustomActions.as,v 1.7 2006/11/23 15:18:09 strk Exp $";
 
 #include "check.as"
 
+
 var customactionsObj = new CustomActions;
 
 // test the CustomActions constuctor
@@ -37,3 +43,5 @@
 check (customactionsObj.list != undefined);
 // test the CustomActions::uninstall method
 check (customactionsObj.uninstall != undefined);
+
+#endif




reply via email to

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