diff options
author | David Robillard <d@drobilla.net> | 2018-10-03 16:12:57 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-10-03 16:12:57 +0200 |
commit | c58565866d52a7549c2abebe1f78ca547769f469 (patch) | |
tree | a65d4f79102e3135aec52a7f3e92bda18e367b3b /tests/TriGTests/manifest.ttl | |
parent | f0bc2210cdcbb0d641e3a723ca23409afe615535 (diff) | |
download | serd-c58565866d52a7549c2abebe1f78ca547769f469.tar.gz serd-c58565866d52a7549c2abebe1f78ca547769f469.tar.bz2 serd-c58565866d52a7549c2abebe1f78ca547769f469.zip |
Fix TriG test suite to not require clashing blank node IDs
Diffstat (limited to 'tests/TriGTests/manifest.ttl')
-rw-r--r-- | tests/TriGTests/manifest.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TriGTests/manifest.ttl b/tests/TriGTests/manifest.ttl index 34158259..10a4661f 100644 --- a/tests/TriGTests/manifest.ttl +++ b/tests/TriGTests/manifest.ttl @@ -392,7 +392,7 @@ rdfs:comment "anonymous blank node graph" ; rdft:approval rdft:Approved ; mf:action <anonymous_blank_node_graph.trig> ; - mf:result <labeled_blank_node_graph.nq> ; + mf:result <anonymous_blank_node_graph.nq> ; . <#labeled_blank_node_graph> rdf:type rdft:TestTrigEval ; |