WineHQ:winetest: fix a broken link

Ferenc Wagner wferi at afavant.elte.hu
Tue Jan 11 06:19:07 CST 2005


Obviously nobody uses this feature, but it was fun to
implement... so let it work at least.

Feri.

ChangeLog: * Fix broken link.

Index: winetest/summary.js
===================================================================
RCS file: /home/wine/tools/winetest/summary.js,v
retrieving revision 1.1
diff -u -r1.1 summary.js
--- winetest/summary.js	19 Feb 2004 22:00:34 -0000	1.1
+++ winetest/summary.js	11 Jan 2005 12:16:14 -0000
@@ -23,7 +23,7 @@
 
 function clone () {
     if (isopen ()) {
-        var cw = window.open("../resultform.html","frozen","width=200,height=140,resizable,scrollbars=no");
+        var cw = window.open("../../resultform.html","frozen","width=200,height=140,resizable,scrollbars=no");
         var cf = cw.document.results;
         var rf = result_window.document.results;
         cf.test.value = rf.test.value;



More information about the wine-patches mailing list