Skip to content
Snippets Groups Projects
Commit aa2a91eb authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

more mc :-)

parent 0b2ee921
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ public class OaiPmhOnlineTests {
System.out.println(TESTING + "#LISTRECORDS");
list("ListRecords");
testList("ListRecords");
}
/**
......@@ -203,9 +203,9 @@ public class OaiPmhOnlineTests {
@Test
public void testListIdentifier() throws IOException {
System.out.println(TESTING + "#LISTIDENTIFIER");
System.out.println(TESTING + "#LISTIDENTIFIERS");
list("ListIdentifiers");
testList("ListIdentifiers");
}
// **
......@@ -345,7 +345,7 @@ public class OaiPmhOnlineTests {
* @param theVerb
* @throws IOException
*/
private static void list(String theVerb) throws IOException {
private static void testList(String theVerb) throws IOException {
long startTime = System.currentTimeMillis();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment