Bug 454663 - Problems with links to unit tests, in Solstice theme

Correcting "double paste" that causes test link to show up twice.
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template
index ee77a68..b55eae9 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/index.php.template
@@ -220,12 +220,6 @@
     echo "<li>View the <a  class=\"${linkColor}\" title=\"Link test results.\" href=\"testResults.php\">integration and unit test results for the current build.</a></li>\n";
   }
 
-  if ($testResultsStatus == "pending")   {
-    echo "<li>Integration and unit tests are pending.</li>\n";
-  } else {
-    echo "<li>View the <a  class=\"${linkColor}\" title=\"Link test results.\" href=\"testResults.php\">integration and unit test results for the current build.</a></li>\n";
-  }
-
   /* performance tests line item */
   $generated=file_exists("performance/global_fp.php");
   if (file_exists("performance/performance.php") && $generated) {