From e950e53fcff5531f5b93e2ec4e54e1e14fb4fe73 Mon Sep 17 00:00:00 2001 From: mbrodhu <brodhun@sub.uni-goettingen.de> Date: Tue, 6 Jan 2015 13:06:20 +0100 Subject: [PATCH] corrected tests --- .../info/textgrid/middleware/OaiPmhTest.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 2011549b..53db87e0 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"); -- GitLab