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: Fri, 13 Jul 2007 20:04:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/13 20:04:16

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

Log message:
                * testsuite/actionscript.all/CustomActions.as: add a note about 
why
                  no tests are run.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3736&r2=1.3737
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/CustomActions.as?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3736
retrieving revision 1.3737
diff -u -b -r1.3736 -r1.3737
--- ChangeLog   13 Jul 2007 19:24:15 -0000      1.3736
+++ ChangeLog   13 Jul 2007 20:04:15 -0000      1.3737
@@ -1,5 +1,7 @@
 2007-07-13 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/CustomActions.as: add a note about why
+         no tests are run.
        * server/asobj/Mouse.cpp: fix case of addListener and removeListener
          methods, add TODO for fixing all.
        * testsuite/actionscript.all/Mouse.as: fix the test (case issue, and

Index: testsuite/actionscript.all/CustomActions.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/CustomActions.as,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- testsuite/actionscript.all/CustomActions.as 1 Jul 2007 10:54:38 -0000       
1.8
+++ testsuite/actionscript.all/CustomActions.as 13 Jul 2007 20:04:16 -0000      
1.9
@@ -23,12 +23,17 @@
 
 // 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.8 2007/07/01 10:54:38 bjacques Exp $";
+rcsid="$Id: CustomActions.as,v 1.9 2007/07/13 20:04:16 strk Exp $";
 
 #include "check.as"
 
+note();
+note(' CustomActions is only intended foro use in the Flash authoring tool, so 
this file performs no tests');
+note(' See http://sephiroth.it/reference.php?id=156&cat=1');
+
+#if 0
+
 
 var customactionsObj = new CustomActions;
 




reply via email to

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