Fix a typo in the rejected testing results queue, where it says 'testng' (bug
#4156).
This commit is contained in:
committed by
WineHQ
parent
b6c06391c3
commit
d27204d6f6
@@ -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(" ");
|
echo html_frame_end(" ");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user