Skip to content

Commit 3236e7a

Browse files
committed
Change test fixture files to be used with the link-metadata feature for container overview.
1 parent fca6776 commit 3236e7a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

tests/fixtures/deleted.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
</>
55
dc:title "This content should never be shown" ;
66
rdfs:comment "Dummy file for testing link-metadata override" ;
7-
rdfs:comment "Instead of this content, you should be seeing a 404" .
7+
rdfs:comment "Instead of this content, you should be seeing a 404" ;
8+
rdfs:comment "In the container overview, the filename / path should also not be shown." .

tests/fixtures/redirectPermanent.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
</>
55
dc:title "This content should never be shown" ;
66
rdfs:comment "Dummy file for testing link-metadata override" ;
7-
rdfs:comment "Instead of this content, you should be seeing the content of the file redirected to" .
7+
rdfs:comment "Instead of this content, you should be seeing the content of the file redirected to" ;
8+
rdfs:comment "In the container overview, the filename / path is allowed to be shown." .

0 commit comments

Comments
 (0)