Skip to content

Commit 779da6d

Browse files
committed
Add test fixtures for integration tests and example server.
1 parent 67ca02c commit 779da6d

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

tests/fixtures/.acl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Empty ACL file

tests/fixtures/file.ttl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@prefix dc: <http://purl.org/dc/terms/> .
2+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3+
4+
</>
5+
dc:title "Top-level Test document" ;
6+
rdfs:comment "Dummy file for testing metadata file in same directory" .
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@prefix dc: <http://purl.org/dc/terms/> .
2+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3+
4+
</>
5+
dc:title "Nested Test document" ;
6+
rdfs:comment "Dummy file for testing metadata file in a parent directory" .

0 commit comments

Comments
 (0)