[242450] disable old tests
diff --git a/build/index.php b/build/index.php
index 5177e1e..20e8454 100644
--- a/build/index.php
+++ b/build/index.php
@@ -58,12 +58,12 @@
 $options["BranchIES"] = array ("HEAD","R3_3_maintenance");
 $options["BuildType"] = array("Release=R","Stable=S","Integration=I","Maintenance=M","Nightly=N|selected");
 $options["TagBuild"] = array ("Yes", "No|selected");
-$options["RunTests20"] = array (	"JUnit Tests=JUnit",	"JDK 5.0 & Standalone=JDK50",	"Old Tests=Old"	);
-$options["RunTests21"] = array (	"JUnit Tests=JUnit",	"JDK 1.4 & Standalone=JDK14",	"JDK 5.0 & Standalone=JDK50",	"Old Tests=Old"	);
-$options["RunTests22"] = array (	"JUnit Tests=JUnit",	"JDK 1.4 & Standalone=JDK14",	"JDK 5.0 & Standalone=JDK50",	"Old Tests=Old"	);
-$options["RunTests23"] = array (	"JUnit Tests=JUnit",	"JDK 5.0 & Standalone=JDK50",	"Old Tests=Old"	);
-$options["RunTests24"] = array (	"JUnit Tests=JUnit",	"JDK 6.0 & Standalone=JDK60",	"JDK 5.0 & Standalone=JDK50",  	"Old Tests=Old" );
-$options["RunTests25"] = array (	"JUnit Tests=JUnit",	"JDK 6.0 & Standalone=JDK60",	"JDK 5.0 & Standalone=JDK50",  	"Old Tests=Old" );
+$options["RunTests20"] = array (	"JUnit Tests=JUnit",	"JDK 5.0 & Standalone=JDK50" );
+$options["RunTests21"] = array (	"JUnit Tests=JUnit",	"JDK 1.4 & Standalone=JDK14",	"JDK 5.0 & Standalone=JDK50" );
+$options["RunTests22"] = array (	"JUnit Tests=JUnit",	"JDK 1.4 & Standalone=JDK14",	"JDK 5.0 & Standalone=JDK50" );
+$options["RunTests23"] = array (	"JUnit Tests=JUnit",	"JDK 5.0 & Standalone=JDK50" );
+$options["RunTests24"] = array (	"JUnit Tests=JUnit",	"JDK 6.0 & Standalone=JDK60",	"JDK 5.0 & Standalone=JDK50" );
+$options["RunTests25"] = array (	"JUnit Tests=JUnit",	"JDK 6.0 & Standalone=JDK60",	"JDK 5.0 & Standalone=JDK50" );
 #"Binary Compatibility=Binary", "Source Compatibility=Source",
 
 // bug 222298: this will probably break on some servers 
diff --git a/build/patch.php b/build/patch.php
index e3a6e11..8d3fd79 100644
--- a/build/patch.php
+++ b/build/patch.php
@@ -45,7 +45,7 @@
 {
 	$options = array_merge($options, loadOptionsFromFile($dependenciesURLsFile));
 }
-$options["RunTests"] = array (	"JDK 1.4 & Standalone=JDK14",	"JDK 5.0 & Standalone=JDK50",	"JDK 6.0 & Standalone=JDK60",	"Old Tests=Old"	);
+$options["RunTests"] = array (	"JDK 1.4 & Standalone=JDK14",	"JDK 5.0 & Standalone=JDK50",	"JDK 6.0 & Standalone=JDK60" );
 
 if (!isset($_POST["process"]) || $_POST["process"]!="test") { // page one, the form
 ?>
@@ -912,4 +912,4 @@
 	}
 
 ?>
-<!-- $Id: patch.php,v 1.43 2008/05/27 05:23:51 nickb Exp $ -->
+<!-- $Id: patch.php,v 1.44 2008/07/30 00:05:35 nickb Exp $ -->