Skip to content

Commit

Permalink
missing test data added
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Mar 22, 2024
1 parent 2a5b7e0 commit 0da2273
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/data/fetchCycle.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<http://127.0.0.1/api/123> <https://id> <http://127.0.0.1/api/123> ;
<https://ref> <http://127.0.0.1/api/234> .
<http://127.0.0.1/api/234> <https://id> <http://127.0.0.1/api/234> ;
<https://rev> <http://127.0.0.1/api/123> .
<http://127.0.0.1/api/345> <https://id> <http://127.0.0.1/api/345> ;
<https://rev> <http://127.0.0.1/api/123> .
10 changes: 10 additions & 0 deletions tests/data/fetchCycle.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<a val="/base:ref/base:id"/>
<b foreach="/^base:rev" remove="remove">
<c val="/base:id"/>
</b>
<d foreach="/^base:rev" remove="remove">
<e val="/base:id"/>
</d>
</root>
9 changes: 9 additions & 0 deletions tests/data/fetchCycle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
metadataPrefix: templateMetadata
metadataNamespace: http://unknown/namespace
schema: http://unknown/schema
class: \acdhOeaw\arche\oaipmh\metadata\TemplateMetadata
templatePath: ""
keepComments: false
xmlErrors: true
rdfNamespaces:
base: https://

0 comments on commit 0da2273

Please sign in to comment.