ChangeSet ID: 26517 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/13 20:48:46
Modified files: include : testData.php
Log message: Tony Lambregts tony.lambregts@gmail.com Show additional comments when viewing test data in application version
Patch: http://cvs.winehq.org/patch.py?id=26517
Old revision New revision Changes Path 1.3 1.4 +2 -0 appdb/include/testData.php
Index: appdb/include/testData.php diff -u -p appdb/include/testData.php:1.3 appdb/include/testData.php:1.4 --- appdb/include/testData.php:1.3 14 Jul 2006 1:48:46 -0000 +++ appdb/include/testData.php 14 Jul 2006 1:48:46 -0000 @@ -356,6 +356,8 @@ class testData{ echo $this->sWhatDoesnt; echo '<p><b>What was not tested</b><br />',"\n"; echo $this->sWhatNotTested; + echo '<p><b>Additional Comments</b><br />',"\n"; + echo $this->sComments; }
// Show the Test results for a application version