Skip to content

Commit c1191f2

Browse files
committed
Change test fixture meta file to match the URI rather than filesystem paths.
1 parent 7c7d842 commit c1191f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/fixtures/.meta

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<redirectPermanent.ttl>
2424
dc:title "Permanent Redirect Test document" ;
2525
rdfs:comment "Non-existent file for testing metadata that has been redirected permanently " ;
26-
lm:redirectPermanent <existingFile.ttl> .
26+
lm:redirectPermanent <data/existingFile.ttl> .
2727

2828
<redirectTemporary.ttl>
2929
dc:title "Temporary Redirect Test document" ;
3030
rdfs:comment "Non-existent file for testing metadata that has been redirected temporarily" ;
31-
lm:redirectTemporary <nested/parent/childFile.ttl> .
31+
lm:redirectTemporary <data/nested/parent/childFile.ttl> .
3232

3333
<deleted/>
3434
dc:title "Deleted Test directory" ;
@@ -38,5 +38,5 @@
3838
<redirected/>
3939
dc:title "Redirect Test directory" ;
4040
rdfs:comment "Non-existent directory, all path under here should also be marked as redirected temporarily" ;
41-
lm:redirectTemporary <nested/> .
41+
lm:redirectTemporary <data/nested/> .
4242

0 commit comments

Comments
 (0)