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

Merge branch 'master' of git.projects.gwdg.de:oai-pmh

parents 130a79bb 9481a45c
No related branches found
No related tags found
No related merge requests found
...@@ -357,9 +357,9 @@ public class OaiPmhOnlineTests { ...@@ -357,9 +357,9 @@ public class OaiPmhOnlineTests {
String prefix = "oai_dc"; String prefix = "oai_dc";
// Testing set: fu's shakespeare. // Testing set: fu's shakespeare.
// String set = "project:TGPR-962c949c-56a3-7134-9265-582f29a0992d"; String set = "project:TGPR-962c949c-56a3-7134-9265-582f29a0992d";
// Testing set: Digitale Bibliothek. // Testing set: Digitale Bibliothek.
String set = "project:TGPR-372fe6dc-57f2-6cd4-01b5-2c4bbefcfd3c"; // String set = "project:TGPR-372fe6dc-57f2-6cd4-01b5-2c4bbefcfd3c";
String url = host + "oai?verb=" + theVerb + "&metadataPrefix=" + prefix String url = host + "oai?verb=" + theVerb + "&metadataPrefix=" + prefix
+ "&set=" + set; + "&set=" + set;
......
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