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

added "project:" prefix for setSpec for getRecord

parent 50e034ff
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,6 @@ public class RecordListDelivererDC extends RecordListDelivererAbstract {
System.out.println(scrollID);
System.out.println(this.searchResponseSize);
System.out.println(i);
System.out.println("CURSOR HERE: " + resTokenForResponse.getCursor());
if (resTokenForResponse != null) {
recordList.setResumptionToken(resTokenForResponse);
......
......@@ -347,8 +347,8 @@ public class OaiPmhTest {
System.out.println("Test for the verb \"ListRecords\" with sets with succesfull response");
//String p = this.request.getRequest("ListRecords", "", "oai_dc", "project:TGPR-f89ad029-4eb2-ae5c-6028-5db876513128", "", "", "");
String p = this.request.getRequest("ListRecords", "", "oai_dc", "", "", "", "");
// System.out.println(p);
String p = this.request.getRequest("ListRecords", "", "oai_dc", "", "2012-04-23T20:04:18Z", "2012-04-23T20:04:18Z", "");
System.out.println(p);
String resToken = "";
/*for (Map.Entry<String, Integer> entry : RecordListDelivererDC.cursorCollector.entrySet()) {
resToken = entry.getKey();
......
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