Fix a typo in the rejected testing results queue, where it says 'testng' (bug

#4156).
This commit is contained in:
Alexander Nicolaysen Sørnes
2006-12-30 06:20:06 +00:00
committed by WineHQ
parent b6c06391c3
commit d27204d6f6

View File

@@ -199,7 +199,7 @@ else // if ($aClean['sSub']) is not defined, display the Testing results queue p
{ {
//no Test Results in queue //no Test Results in queue
echo html_frame_start("Rejected Testing Results","90%"); 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;"); echo html_frame_end("&nbsp;");
} }
else else