From d27204d6f6139b27ef390094e98ea6b2289da557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sat, 30 Dec 2006 06:20:06 +0000 Subject: [PATCH] Fix a typo in the rejected testing results queue, where it says 'testng' (bug #4156). --- testResults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testResults.php b/testResults.php index 3e32155..8a1fa5d 100644 --- a/testResults.php +++ b/testResults.php @@ -199,7 +199,7 @@ else // if ($aClean['sSub']) is not defined, display the Testing results queue p { //no Test Results in queue echo html_frame_start("Rejected Testing Results","90%"); - echo '

The Rejected Testng Results Queue is empty.

',"\n"; + echo '

The Rejected Testing Results Queue is empty.

',"\n"; echo html_frame_end(" "); } else