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


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

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

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: gen-index.sh 

Log message:
        Changed embed.html page generation to reflect new "remote tracing" 
feature.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.873&r2=1.874
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/gen-index.sh?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.873
retrieving revision 1.874
diff -u -b -r1.873 -r1.874
--- ChangeLog   19 Sep 2006 17:36:32 -0000      1.873
+++ ChangeLog   19 Sep 2006 17:45:04 -0000      1.874
@@ -1,5 +1,7 @@
 2006-09-19 Sandro Santilli  <address@hidden>
 
+       * testsuite/actionscript.all/gen-index.sh: Changed embed.html
+         page generation to reflect new "remote tracing" feature.
        * 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).

Index: testsuite/actionscript.all/gen-index.sh
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/gen-index.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/actionscript.all/gen-index.sh     19 Sep 2006 10:43:27 -0000      
1.3
+++ testsuite/actionscript.all/gen-index.sh     19 Sep 2006 17:45:04 -0000      
1.4
@@ -15,18 +15,22 @@
 {
 
 cat << EOF
-<html><head><title>Test units ebedded</title></head><body>
+<html>
+<head><title>Test units ebedded</title></head>
+<body onLoad='javascript:window.open("","report")'>
 
-<p>If you see any line printed in any box (apart from player and testcase
-version) that means there are failures. If you're using the proprietary
-flash player this also means the testcases are bogus, so we really
-want to fix them. So, please copy & paste the full box text and file a
-<a href='https://savannah.gnu.org/bugs/?func=additem&group=gnash'>bug
-report</a> in that case.</p>
+<p>
+Testcases are (hopefully) being run by your browser and plugin.
+In a few seconds a new window should pop up pointing to the logger
+application. If nothing happens please
+<a href='https://savannah.gnu.org/bugs/?func=additem&group=gnash'>
+file a bug report
+</a>.
+</p>
 EOF
 
 for t in $@; do 
-       echo "<embed src=$t>"
+       echo "<embed src=$t width=1 height=1>"
 done; 
 echo "</body></html>" 
 } > embed.html




reply via email to

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