diff --git a/include/testData.php b/include/testData.php index a90f02c..e0015b5 100644 --- a/include/testData.php +++ b/include/testData.php @@ -602,10 +602,22 @@ class testData{ echo '',"\n"; distribution::make_distribution_list("iDistributionId", $this->iDistributionId); echo '',"\n"; + // Version List echo 'Tested release',"\n"; make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease); + // Give the user some information about our available versions + echo "\n"; echo '',"\n"; + // Installs echo 'Installs?',"\n"; testData::make_Installs_list("sInstalls", $this->sInstalls);