From c29482d3b140af093f2f03e271108701b68c4b1b Mon Sep 17 00:00:00 2001
From: Maximilian Brodhun <brodhun@sub.uni-goettingen.de>
Date: Wed, 21 May 2014 10:42:48 +0200
Subject: [PATCH] refactoring

---
 .../src/test/java/info/textgrid/middleware/OaiPmhTest.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 33c7c512..d3fb6260 100644
--- a/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
+++ b/oaipmh-core/src/test/java/info/textgrid/middleware/OaiPmhTest.java
@@ -133,10 +133,10 @@ public class OaiPmhTest{
 		JAXB.marshal(t, System.out);
 		System.out.println("-----------------------------------\n");
 		
-	}
+	}*/
 	
 	@Test
-	@Ignore
+	//@Ignore
 	public void testGetRequestGetRecordError2() throws ParseException{
 		System.out.println("Test for the verb \"GetRecord\" with succesfull response");
 		JAXBElement<OAIPMHType> p = testRequest.getRequest("GetRecord", "wr71.0", "oai_dc", "", "", "", "");
@@ -145,7 +145,7 @@ public class OaiPmhTest{
 		
 	}
 
-	@Test
+	/*@Test
 	@Ignore
 	public void testGetRequestGetRecordError3() throws ParseException{
 		System.out.println("Test for the verb \"GetRecord\" with succesfull response");
-- 
GitLab