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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/chec...
Date: Tue, 19 Sep 2006 17:36:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/19 17:36:33

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

Log message:
                * testsuite/actionscript.all/check.as: use rtrace rather
                  then xtrace when ONLINE is defined (must actually set
                  the correct testreport.php url in order to work).

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.872
retrieving revision 1.873
diff -u -b -r1.872 -r1.873
--- ChangeLog   19 Sep 2006 17:34:38 -0000      1.872
+++ ChangeLog   19 Sep 2006 17:36:32 -0000      1.873
@@ -1,5 +1,8 @@
 2006-09-19 Sandro Santilli  <address@hidden>
 
+       * testsuite/actionscript.all/check.as: use rtrace rather
+         then xtrace when ONLINE is defined (must actually set 
+         the correct testreport.php url in order to work).
        * testsuite/actionscript.all/rtrace.as,
          testsuite/actionscript.all/testreport.php:
          code for online testcases automation.

Index: testsuite/actionscript.all/check.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/check.as,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- testsuite/actionscript.all/check.as 20 Jun 2006 20:45:27 -0000      1.7
+++ testsuite/actionscript.all/check.as 19 Sep 2006 17:36:33 -0000      1.8
@@ -41,7 +41,8 @@
 
 // ONLINE mode uses XTRACE
 #ifdef ONLINE
-# define USE_XTRACE
+# define USE_RTRACE "http://localhost/testreport.php";
+//# define USE_XTRACE
 #endif
 
 // Define USE_XTRACE to use "visual" trace
@@ -50,6 +51,12 @@
 # define trace xtrace
 #endif
 
+// Define USE_RTRACE to use "report" trace
+#ifdef USE_RTRACE
+# include "rtrace.as"
+# define trace rtrace
+#endif
+
 // ONLINE mode only prints failures
 #ifdef ONLINE
 # undef pass_check




reply via email to

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