Skip to content
Snippets Groups Projects
Commit e950e53f authored by mbrodhu's avatar mbrodhu
Browse files

corrected tests

parent 1e73e583
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment