Francois Gouget : winetest: resultform.html is no longer needed.

Alexandre Julliard julliard at winehq.org
Mon Apr 3 07:15:21 CDT 2017


Module: tools
Branch: master
Commit: 5aa6538714cd435a7ed56c7fae2981ee1811be18
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=5aa6538714cd435a7ed56c7fae2981ee1811be18

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Apr  3 01:48:41 2017 +0200

winetest: resultform.html is no longer needed.

It was only used for the popup window.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/INSTALL.txt     |  1 -
 winetest/resultform.html | 44 --------------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/winetest/INSTALL.txt b/winetest/INSTALL.txt
index e6bba9d..d3f21dd 100644
--- a/winetest/INSTALL.txt
+++ b/winetest/INSTALL.txt
@@ -43,7 +43,6 @@ Web site account:
 - Then create symbolic links to the web site's scripts:
     cd $HOME/sites/winetest
     ln -s /home/wine/tools/winetest/report.css
-    ln -s /home/wine/tools/winetest/resultform.html
     ln -s /home/wine/tools/winetest/summary.css
     ln -s /home/wine/tools/winetest/winetest.cgi
 - Create the queue directory and make it writable by the web server
diff --git a/winetest/resultform.html b/winetest/resultform.html
deleted file mode 100644
index 9cfb67f..0000000
--- a/winetest/resultform.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
-                      "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-  <title>Test details</title>
-
-  <meta http-equiv="Content-Type"
-        content="text/html; charset=ISO-8859-1">
-  <meta name="Author"
-        content="Ferenc Wágner">
-</head>
-
-<body>
-<h5>Test under the mouse:</h5>
-<form action="" name="results">
-  <table>
-    <tr>
-      <td>Test</td>
-      <td><input type="text" name="test" size="18" readonly></td>
-    </tr>
-    <tr>
-      <td>Version</td>
-      <td><input type="text" name="version" size="18" readonly></td>
-    </tr>
-    <tr>
-      <td>Tests</td>
-      <td><input type="text" name="tests" size="10" readonly></td>
-    </tr>
-    <tr>
-      <td>Errors</td>
-      <td><input type="text" name="errors" size="10" readonly></td>
-    </tr>
-    <tr>
-      <td>Todos</td>
-      <td><input type="text" name="todo" size="10" readonly></td>
-    </tr>
-    <tr>
-      <td>Skips</td>
-      <td><input type="text" name="skipped" size="10" readonly></td>
-    </tr>
-  </table>
-</form>
-</body>
-</html>




More information about the wine-cvs mailing list