diff --git a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
index 2011549b92c08e1c4af37bf7d14fa5e4c9e07421..53db87e000fc2dfe1fbe7bd941f43f5a39093375 100644
--- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
+++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
@@ -37,7 +37,7 @@ public class OaiPmhTest {
 	}
 	
 	@Test
-	@Ignore 
+	//@Ignore 
 	public void testListMetadataFormats() throws ParseException{
 		JAXBElement<OAIPMHType> r = testRequest.getRequest("ListMetadataFormats",
 				"wr67.0", "", "", "", "", ""); JAXB.marshal(r, System.out);
@@ -45,7 +45,7 @@ public class OaiPmhTest {
 	}
 
 	@Test
-	@Ignore
+	//@Ignore
 	public void testDateNow() throws DatatypeConfigurationException {
 		System.out.println("---------------Now Version-----------------");
 		XMLGregorianCalendar nowTest = OAIPMHUtillities
@@ -55,7 +55,7 @@ public class OaiPmhTest {
 	}
 
 	@Test
-	@Ignore
+	//@Ignore
 	public void testDateGregorianType() throws ParseException,
 			DatatypeConfigurationException {
 		String dateformatbefore = "2012-02-06T20:48:39.614+01:00";
@@ -69,7 +69,7 @@ public class OaiPmhTest {
 	}
 
 	@Test
-	@Ignore
+	//@Ignore
 	public void testDateStringType() throws ParseException,
 			DatatypeConfigurationException {
 		String dateformatbefore = "2012-02-06T20:48:39.614+01:00";
@@ -82,7 +82,7 @@ public class OaiPmhTest {
 	}
 
 	@Test
-	//@Ignore
+	@Ignore
 	public void testListSets() throws ParseException {
 
 		JAXBElement<OAIPMHType> r = testRequest.getRequest("ListSets", "", "",
@@ -101,7 +101,7 @@ public class OaiPmhTest {
 	
 
 	@Test
-	@Ignore
+	//@Ignore
 	public void testGetRequestIdentify() throws ParseException {
 
 		System.out
@@ -113,7 +113,7 @@ public class OaiPmhTest {
 	}
 
 	@Test
-	@Ignore
+	//@Ignore
 	public void testGetRequestIdentifyVerbError() throws ParseException {
 		JAXBElement<OAIPMHType> t = testRequest.getRequest("Identify", "", "a",
 				"", "", "", "");
@@ -122,7 +122,7 @@ public class OaiPmhTest {
 	}
 
 	@Test
-	@Ignore
+	//@Ignore
 	public void testGetRequestIdentifyArgumentError() throws ParseException {
 		System.out
 				.println("Test for the verb \"Identify\" with error response");