diff --git a/include/testResults.php b/include/testResults.php index ed2329a..5c3448e 100644 --- a/include/testResults.php +++ b/include/testResults.php @@ -341,9 +341,9 @@ class testData{ $oRow = mysql_fetch_object($hResult); echo '

What works
',"\n"; echo $oRow->whatWorks; - echo '

What Doesn\'t
',"\n"; + echo '

What does not
',"\n"; echo $oRow->whatDoesnt; - echo '

What wasn\'t tested
',"\n"; + echo '

What was not tested
',"\n"; echo $oRow->whatNotTested; return $oRow->testingId; } @@ -444,11 +444,11 @@ class testData{ echo "\n"; // What works - echo '',"\n"; + echo '',"\n"; echo '',"\n"; // What Does not work - echo '',"\n"; + echo '',"\n"; echo '',"\n"; // What was not tested @@ -456,7 +456,7 @@ class testData{ echo '',"\n"; // Date Tested - echo '',"\n"; + echo '',"\n"; echo '',"\n"; echo '',"\n"; // Distribution @@ -470,7 +470,7 @@ class testData{ make_distribution_list("iDistributionId", $this->iDistributionId); echo '',"\n"; // Version List - echo '',"\n"; // Installs @@ -486,7 +486,7 @@ class testData{ make_maintainer_rating_list("sTestedRating", $this->sTestedRating); echo '',"\n"; // extra comments - echo '',"\n"; + echo '',"\n"; echo '',"\n"; @@ -516,14 +516,14 @@ class testData{ $errors .= "
  • Please enter what was not tested.
  • \n"; if (empty($_REQUEST['sTestedDate'])) - $errors .= "
  • Please enter the Date and Time that you tested.
  • \n"; + $errors .= "
  • Please enter the date and time when you tested.
  • \n"; if (empty($_REQUEST['sTestedRelease'])) $errors .= "
  • Please enter the version of Wine that you tested with.
  • \n"; // No Distribution entered, and nothing in the list is selected if (empty($sDistribution) && !$_REQUEST['iDistributionId']) - $errors .= "
  • Please enter a Distribution.
  • \n"; + $errors .= "
  • Please enter a distribution.
  • \n"; if (empty($_REQUEST['sInstalls'])) $errors .= "
  • Please enter whether this application installs or not.
  • \n"; @@ -532,7 +532,7 @@ class testData{ $errors .= "
  • Please enter whether this application runs or not.
  • \n"; if (empty($_REQUEST['sTestedRating'])) - $errors .= "
  • Please enter a Rating based on how well this application runs.
  • \n"; + $errors .= "
  • Please enter a rating based on how well this application runs.
  • \n"; return $errors;
    What Works
    What works

    What Does not work
    What does not work

    Date Tested
    Date tested

    YYYY-MM-DD HH:MM:SS

    Tested Release',"\n"; + echo '
    Tested release',"\n"; make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease); echo '
    Extra Comments
    Extra comments