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

test: fix dhrep test config

parent a53313c4
No related branches found
No related tags found
No related merge requests found
Pipeline #323263 passed
......@@ -45,8 +45,8 @@ public class OAIPMHUtilitiesOnline {
public static final String PROPERTIES_FILE = "oaipmh.test.textgridlab-org.properties";
// public static final String PROPERTIES_FILE = "oaipmh.test.dev-textgridlab-org.properties";
public static final boolean TEST_ALL_PAGES = false;
// public static final boolean TEST_ALL_PAGES = true;
// public static final boolean TEST_ALL_PAGES = false;
public static final boolean TEST_ALL_PAGES = true;
// ## CHANGE SETTINGS ABOVE FOR SETTING TEST SCOPE ---------------------------------------------
......
......@@ -2,11 +2,11 @@
oaipmhEndpoint = https://repository.de.dariah.eu/1.0/oaipmh
# GetRecord
checkGetRecordDC = hdl:21.T11991/0000-001A-7532-8
expectedGetRecordDC = <dc:identifier>doi:10.20375/0000-001A-7532-8</dc:identifier>
checkGetRecordDC = hdl:21.11113/0000-000B-C8F2-2
expectedGetRecordDC = <dc:identifier>hdl:21.11113/0000-000B-C8F2-2</dc:identifier>
checkGetRecordDATACITE = hdl:21.T11991/0000-001A-7532-8
expectedGetRecordDATACITE = <datacite:alternateIdentifier alternateIdentifierType="DOI">10.20375/0000-001A-7532-8</datacite:alternateIdentifier>
checkGetRecordDATACITE = hdl:21.11113/0000-000B-C8F2-2
expectedGetRecordDATACITE = <datacite:alternateIdentifier alternateIdentifierType="DOI">10.20375/0000-000B-C8F2-2</datacite:alternateIdentifier>
# ListRecords
checkListRecordsDCSet = hdl:21.11113/0000-000B-C8F2-2
......@@ -15,8 +15,8 @@ checkListRecordsDCSetExpectedPages = 4
checkListRecordsDCFrom = 2018-07-02T16:00
checkListRecordsDCUntil = 2018-07-02T23:00
checkListRecordsDATACITEFrom = 2018-07-02T16:00
checkListRecordsDATACITEUntil = 2018-07-02T23:00
checkListRecordsDATACITEFrom = 2021-03-23T11:00
checkListRecordsDATACITEUntil = 2021-07-23T11:00
# ListIdentifiers
checkListIdentifiersSet = hdl:21.11113/0000-000B-C8F2-2
......
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