bug 222994 - renable tests
diff --git a/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/sitevalidation/TestSiteValidation.java b/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/sitevalidation/TestSiteValidation.java
index 80c65f4..4398279 100644
--- a/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/sitevalidation/TestSiteValidation.java
+++ b/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/sitevalidation/TestSiteValidation.java
@@ -99,7 +99,7 @@
 //		}
 	}	
 
-	public void _testSite4() throws Exception {
+	public void testSite4() throws Exception {
 
 		URL remoteUrl = new URL(SOURCE_FILE_SITE + "validation/site4/eclipse/");
 		File file = new File(remoteUrl.getFile());
@@ -117,7 +117,7 @@
 		}
 	}	
 
-	public void _testSite5() throws Exception {
+	public void testSite5() throws Exception {
 
 		URL remoteUrl = new URL(SOURCE_FILE_SITE + "validation/site5/");
 		File file = new File(remoteUrl.getFile());