appdb/. testResults.php

WineHQ wineowner at wine.codeweavers.com
Sat Dec 30 00:20:06 CST 2006


ChangeSet ID:	30842
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/12/30 00:20:06

Modified files:
	.              : testResults.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Fix a typo in the rejected testing results queue, where it says 'testng' (bug
	#4156).

Patch: http://cvs.winehq.org/patch.py?id=30842

Old revision  New revision  Changes     Path
 1.20          1.21          +1 -1       appdb/testResults.php

Index: appdb/testResults.php
diff -u -p appdb/testResults.php:1.20 appdb/testResults.php:1.21
--- appdb/testResults.php:1.20	30 Dec 2006  6:20: 6 -0000
+++ appdb/testResults.php	30 Dec 2006  6:20: 6 -0000
@@ -199,7 +199,7 @@ else // if ($aClean['sSub']) is not defi
     {
         //no Test Results in queue
         echo html_frame_start("Rejected Testing Results","90%");
-        echo '<p><b>The Rejected Testng Results Queue is empty.</b></p>',"\n";
+        echo '<p><b>The Rejected Testing Results Queue is empty.</b></p>',"\n";
         echo html_frame_end("&nbsp;");         
     }
     else



More information about the wine-cvs mailing list