summaryrefslogtreecommitdiff
path: root/tests/core/construct/construct-with-modifiers.out
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-11-21 12:19:35 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-11-21 13:56:40 +0100
commitf994fc906a56181a34026d3e998faf7fab615353 (patch)
tree66f7d0bf1a4f50699f48d9b95d50624e1f706ad4 /tests/core/construct/construct-with-modifiers.out
parent8e82b74241f9172a47122368d1c4533613ff216c (diff)
downloadtracker-f994fc906a56181a34026d3e998faf7fab615353.tar.gz
tests: Make CONSTRUCT tests use absolute IRIs
Do not rely on our loose interpretation of IRIs to make tests work.
Diffstat (limited to 'tests/core/construct/construct-with-modifiers.out')
-rw-r--r--tests/core/construct/construct-with-modifiers.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/core/construct/construct-with-modifiers.out b/tests/core/construct/construct-with-modifiers.out
index 737959de6..bc4611370 100644
--- a/tests/core/construct/construct-with-modifiers.out
+++ b/tests/core/construct/construct-with-modifiers.out
@@ -1,4 +1,4 @@
-"c" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://xmlns.com/foaf/0.1/Person"
-"b" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://xmlns.com/foaf/0.1/Person"
-"c" "http://xmlns.com/foaf/0.1/name" "nameC"
-"b" "http://xmlns.com/foaf/0.1/name" "nameB"
+"http://example/c" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://xmlns.com/foaf/0.1/Person"
+"http://example/b" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://xmlns.com/foaf/0.1/Person"
+"http://example/c" "http://xmlns.com/foaf/0.1/name" "nameC"
+"http://example/b" "http://xmlns.com/foaf/0.1/name" "nameB"