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 "- If you are testing with a newer release than listed please";
+ echo " check back tomorrow, sometimes it takes us a day to update the list.
\n";
+ echo "- If you are testing with an older release than listed please";
+ echo " upgrade and test with a newer release.
\n";
+ echo "- NOTE: 'CVS' was recently removed as a version because we simply can't track";
+ echo " exactly which CVS version was used.
If you haven't tested with one of the";
+ echo " listed versions please retest with a recent release and resubmit. \n";
+ echo " \n";
echo ' |
',"\n";
+
// Installs
echo '| Installs? | ',"\n";
testData::make_Installs_list("sInstalls", $this->sInstalls);
|