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

Added some debug output...

parent 03315d79
No related branches found
No related tags found
No related merge requests found
......@@ -478,6 +478,9 @@ public class OAIPMHImpl implements OAIPMHProducer {
oai.getError().add(
error.setError(TGConstants.OAI_METADATA_FORMAT_ERROR));
} else {
System.out.println("ARGL 1");
listRecords = recordList.getRecordsWithSet(request.getFrom(),
request.getUntil(), request.getSet());
if (recordList.isFoundItems()) {
......
......@@ -341,7 +341,7 @@ public class OaiPmhTest {
* @throws ParseException
*/
@Test
@Ignore
// @Ignore
public void testListRecordsDariah() throws ParseException {
this.recordList.setContributor(DARIAHConstants.CONTRIBUTOR_LIST);
......
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