summaryrefslogtreecommitdiff
path: root/tests/core/describe/describe-multiple.out
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-11-21 12:25:45 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-11-21 13:56:40 +0100
commit22af7e738538d68de8cb681b61532b3a4441e3b7 (patch)
tree288e7e700e3c347a09a121b97dc4ffb2eeb5a701 /tests/core/describe/describe-multiple.out
parentf994fc906a56181a34026d3e998faf7fab615353 (diff)
downloadtracker-22af7e738538d68de8cb681b61532b3a4441e3b7.tar.gz
tests: Make DESCRIBE tests use absolute IRIs
Do not rely on our loose interpretation of IRIs to make tests work.
Diffstat (limited to 'tests/core/describe/describe-multiple.out')
-rw-r--r--tests/core/describe/describe-multiple.out44
1 files changed, 22 insertions, 22 deletions
diff --git a/tests/core/describe/describe-multiple.out b/tests/core/describe/describe-multiple.out
index dadbfbb86..4355e4854 100644
--- a/tests/core/describe/describe-multiple.out
+++ b/tests/core/describe/describe-multiple.out
@@ -1,22 +1,22 @@
-"b" "http://example/relation" "z"
-"c" "http://example/relation" "x"
-"d" "http://example/relation" "z"
-"x" "http://example/title" "titleX"
-"z" "http://example/title" "titleZ"
-"b" "http://example/number" "73"
-"c" "http://example/number" "113"
-"b" "http://example/date" "2001-01-01T00:00:01Z"
-"d" "http://example/date" "2002-01-01T00:00:01Z"
-"b" "http://example/name" "nameB"
-"c" "http://example/name" "nameC"
-"d" "http://example/name" "nameD"
-"b" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
-"b" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/A"
-"c" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
-"c" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/A"
-"d" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
-"d" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/A"
-"x" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
-"x" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/B"
-"z" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
-"z" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/B"
+"http://example/b" "http://example/relation" "http://example/z"
+"http://example/c" "http://example/relation" "http://example/x"
+"http://example/d" "http://example/relation" "http://example/z"
+"http://example/x" "http://example/title" "titleX"
+"http://example/z" "http://example/title" "titleZ"
+"http://example/b" "http://example/number" "73"
+"http://example/c" "http://example/number" "113"
+"http://example/b" "http://example/date" "2001-01-01T00:00:01Z"
+"http://example/d" "http://example/date" "2002-01-01T00:00:01Z"
+"http://example/b" "http://example/name" "nameB"
+"http://example/c" "http://example/name" "nameC"
+"http://example/d" "http://example/name" "nameD"
+"http://example/b" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
+"http://example/b" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/A"
+"http://example/c" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
+"http://example/c" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/A"
+"http://example/d" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
+"http://example/d" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/A"
+"http://example/x" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
+"http://example/x" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/B"
+"http://example/z" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://www.w3.org/2000/01/rdf-schema#Resource"
+"http://example/z" "http://www.w3.org/1999/02/22-rdf-syntax-ns#type" "http://example/B"