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

refactoring

parent 5528351f
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
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