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

Add test for idiommets more pages

parent 893aaa60
No related branches found
No related tags found
No related merge requests found
......@@ -699,6 +699,22 @@ public class OaiPmhTextgridOnlineTests {
System.out.println(OaiPmhTestUtilities.OK);
}
/**
* @throws IOException
*/
@Test
public void testListIdentifiersIDIOMMETSMorePages() throws IOException {
System.out.println(OaiPmhTestUtilities.TESTING + "testListIdentifiersIDIOMMETSMorePages()");
testList(oaipmhWebClient, OaiPmhTestUtilities.VERB_LIST_IDENTIFIERS,
OaiPmhTestUtilities.NO_SET, OaiPmhTestUtilities.OAI_IDIOMMETS_PREFIX, 6, 30,
OaiPmhTestUtilities.NO_THREAD_NAME, OaiPmhTestUtilities.NO_FROM,
OaiPmhTestUtilities.NO_UNTIL, OaiPmhTestUtilities.NO_METADATA_FORMAT_WITH_RESTOK);
System.out.println(OaiPmhTestUtilities.OK);
}
/**
* @throws IOException
*/
......
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