From e1711a2cdb7af57a98b2b31734ce1ead1173ebac Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Fri, 14 Jul 2006 01:48:46 +0000 Subject: [PATCH] Show additional comments when viewing test data in application version --- include/testData.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/testData.php b/include/testData.php index 020ecd8..512c235 100644 --- a/include/testData.php +++ b/include/testData.php @@ -356,6 +356,8 @@ class testData{ echo $this->sWhatDoesnt; echo '

What was not tested
',"\n"; echo $this->sWhatNotTested; + echo '

Additional Comments
',"\n"; + echo $this->sComments; } // Show the Test results for a application version