aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-10-03 16:12:57 +0200
committerDavid Robillard <d@drobilla.net>2018-10-03 16:12:57 +0200
commitc58565866d52a7549c2abebe1f78ca547769f469 (patch)
treea65d4f79102e3135aec52a7f3e92bda18e367b3b
parentf0bc2210cdcbb0d641e3a723ca23409afe615535 (diff)
downloadserd-c58565866d52a7549c2abebe1f78ca547769f469.tar.gz
serd-c58565866d52a7549c2abebe1f78ca547769f469.tar.bz2
serd-c58565866d52a7549c2abebe1f78ca547769f469.zip
Fix TriG test suite to not require clashing blank node IDs
-rw-r--r--tests/TriGTests/anonymous_blank_node_graph.nq1
-rw-r--r--tests/TriGTests/labeled_blank_node_graph.nq2
-rw-r--r--tests/TriGTests/labeled_blank_node_graph.trig2
-rw-r--r--tests/TriGTests/manifest.ttl2
4 files changed, 4 insertions, 3 deletions
diff --git a/tests/TriGTests/anonymous_blank_node_graph.nq b/tests/TriGTests/anonymous_blank_node_graph.nq
new file mode 100644
index 00000000..0522cbda
--- /dev/null
+++ b/tests/TriGTests/anonymous_blank_node_graph.nq
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> _:b1 .
diff --git a/tests/TriGTests/labeled_blank_node_graph.nq b/tests/TriGTests/labeled_blank_node_graph.nq
index 0522cbda..e9d83f4e 100644
--- a/tests/TriGTests/labeled_blank_node_graph.nq
+++ b/tests/TriGTests/labeled_blank_node_graph.nq
@@ -1 +1 @@
-<http://a.example/s> <http://a.example/p> <http://a.example/o> _:b1 .
+<http://a.example/s> <http://a.example/p> <http://a.example/o> _:g1 .
diff --git a/tests/TriGTests/labeled_blank_node_graph.trig b/tests/TriGTests/labeled_blank_node_graph.trig
index d71ef6b0..a6adbb98 100644
--- a/tests/TriGTests/labeled_blank_node_graph.trig
+++ b/tests/TriGTests/labeled_blank_node_graph.trig
@@ -1 +1 @@
-_:b1 {<http://a.example/s> <http://a.example/p> <http://a.example/o> .}
+_:g1 {<http://a.example/s> <http://a.example/p> <http://a.example/o> .}
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 ;