test for inrap records
This commit is contained in:
parent
e74e5713a6
commit
d2696d4f6e
|
@ -391,6 +391,18 @@ public class GraphDbReaderAndESIndexTest {
|
|||
readAndIndexTest(isRecord, recordId, datasource, collectionId);
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Ignore
|
||||
public void uploadDoliaTest() throws Exception {
|
||||
boolean isRecord = true;
|
||||
String recordId = "https://ariadne-infrastructure.eu/aocat/Resource/Inrap/F0E19AC1-AE02-3BE5-AF78-D9EEC1670AC1";
|
||||
String datasource = "dolia";
|
||||
String collectionId = "fieldworkreport";
|
||||
readAndIndexTest(isRecord, recordId, datasource, collectionId);
|
||||
recordId = "https://ariadne-infrastructure.eu/aocat/Resource/Inrap/28630596-6EFF-38D7-91C7-8A6134CBD91B";
|
||||
readAndIndexTest(isRecord, recordId, datasource, collectionId);
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Ignore
|
||||
public void uploadIAVPFastCatCollectionWasCreatedTest() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue