summaryrefslogtreecommitdiff
path: root/tests/core/constraint/coexisting-1.rq
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-11-21 12:58:37 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-11-21 13:56:40 +0100
commit29a9277df6a7ca23e23865113b94d87555a173bb (patch)
tree08a6e6e89de912d637eb4c27547b95fa9c9e9fb7 /tests/core/constraint/coexisting-1.rq
parent6c58347e873b6e8ce904876963068b2624e2f623 (diff)
downloadtracker-29a9277df6a7ca23e23865113b94d87555a173bb.tar.gz
tests: Make CONSTRAINT tests use absolute IRIs
Do not rely on our loose interpretation of IRIs to make tests work.
Diffstat (limited to 'tests/core/constraint/coexisting-1.rq')
-rw-r--r--tests/core/constraint/coexisting-1.rq2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/constraint/coexisting-1.rq b/tests/core/constraint/coexisting-1.rq
index 3fc6ee60a..4ab5604e6 100644
--- a/tests/core/constraint/coexisting-1.rq
+++ b/tests/core/constraint/coexisting-1.rq
@@ -1,3 +1,3 @@
-CONSTRAINT GRAPH ALL,<A>
+CONSTRAINT GRAPH ALL,<http://example/A>
SELECT ?u { ?u a example:A }
ORDER BY ?u