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: Mon, 20 Nov 2006 12:33:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/11/20 12:33:48

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

Log message:
        * testsuite/actionscript.all/gen-index.sh: add more info in the 
versioned SWF index page.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1670&r2=1.1671
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/gen-index.sh?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1670
retrieving revision 1.1671
diff -u -b -r1.1670 -r1.1671
--- ChangeLog   20 Nov 2006 12:09:08 -0000      1.1670
+++ ChangeLog   20 Nov 2006 12:33:47 -0000      1.1671
@@ -1,5 +1,7 @@
 2006-11-20 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/gen-index.sh: add more info
+         in the versioned SWF index page.
        * testsuite/actionscript.all/Boolean.as: don't expect
          failures anymore, it works now.
        * server/parser/movie_def_impl.cpp (get_exported_resource):

Index: testsuite/actionscript.all/gen-index.sh
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/gen-index.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/actionscript.all/gen-index.sh     17 Nov 2006 09:08:16 -0000      
1.5
+++ testsuite/actionscript.all/gen-index.sh     20 Nov 2006 12:33:47 -0000      
1.6
@@ -2,8 +2,22 @@
 
 ## generate index.html
 {
-echo "<html><head><title>Test units</title></head><body>" 
-echo "<a href=alltests.swf>all tests in a single page</a>"
+echo "<html><head><title>Gnash - ActionScript tests</title></head><body>" 
+echo "<h1>Gnash - ActionScript tests</h1>"
+echo "<h2>All tests in a single SWF movie</h2>"
+echo "<p>"
+echo "<ul>"
+echo "<li><a href=alltests.swf>alltests.swf</a></li>"
+echo "</ul>"
+echo "</p>"
+echo "<p>"
+echo "This test is likely to overflow the 'visual traces' window."
+echo "If this is the case (you can't see the final report about number"
+echo "of succeeded / failed tests) consider running the single tests "
+echo "instead. We'll need to fix this."
+echo "</p>"
+echo "<h2>One SWF for each test</H2>"
+echo "<p>"
 echo "<ul>"
 for t in $@; do 
        if test "$t" = "alltests.swf"; then
@@ -11,6 +25,7 @@
        fi
        echo "<li><a href=$t>$t</a></li>" 
 done; 
+echo "</p>"
 echo "</body></html>" 
 } > index.html
 




reply via email to

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