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

refactoring tests

parent 3dc1b7cd
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ public class OaiPmhTest { ...@@ -138,7 +138,7 @@ public class OaiPmhTest {
@Test @Test
//@Ignore @Ignore
public void testGetRequestGetRecordError() throws ParseException{ public void testGetRequestGetRecordError() throws ParseException{
System.out.println("Test for the verb \"GetRecord\" with succesfull response" System.out.println("Test for the verb \"GetRecord\" with succesfull response"
); JAXBElement<OAIPMHType> t = testRequest.getRequest("GetRecord", ); JAXBElement<OAIPMHType> t = testRequest.getRequest("GetRecord",
...@@ -149,7 +149,7 @@ public class OaiPmhTest { ...@@ -149,7 +149,7 @@ public class OaiPmhTest {
@Test @Test
//@Ignore @Ignore
public void testGetRequestGetRecordError2() throws ParseException { public void testGetRequestGetRecordError2() throws ParseException {
System.out System.out
.println("Test for the verb \"GetRecord\" with succesfull response"); .println("Test for the verb \"GetRecord\" with succesfull response");
...@@ -162,7 +162,7 @@ public class OaiPmhTest { ...@@ -162,7 +162,7 @@ public class OaiPmhTest {
@Test @Test
//@Ignore @Ignore
public void testGetRequestGetRecordError3() throws ParseException{ public void testGetRequestGetRecordError3() throws ParseException{
System.out.println("Test for the verb \"GetRecord\" with succesfull response" System.out.println("Test for the verb \"GetRecord\" with succesfull response"
); JAXBElement<OAIPMHType> p = testRequest.getRequest("GetRecord", "", ); JAXBElement<OAIPMHType> p = testRequest.getRequest("GetRecord", "",
......
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