summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-11-21 13:37:47 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-11-21 13:56:40 +0100
commit1ac70e7a6a09889edb59b312beb0e4acb8796a21 (patch)
tree404bf72ba1a4d417f0affd3e048059546e6cf04d /tests
parentcc64e5afa5606b29df76ca51b359ed343e53d7de (diff)
downloadtracker-1ac70e7a6a09889edb59b312beb0e4acb8796a21.tar.gz
tests: Make insertion functional test use absolute IRIs
Do not rely on our loose interpretation of IRIs to make tests work.
Diffstat (limited to 'tests')
-rw-r--r--tests/functional-tests/insertion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional-tests/insertion.py b/tests/functional-tests/insertion.py
index 56390dc48..769aec7ae 100644
--- a/tests/functional-tests/insertion.py
+++ b/tests/functional-tests/insertion.py
@@ -649,7 +649,7 @@ class TrackerStoreDeleteTests (fixtures.TrackerSparqlDirectTest):
<test://instance-test-delete-01> a nmm:MusicPiece, nfo:FileDataObject;
nfo:fileName '11_song_del.mp3';
nfo:genre 'Classic delete';
- nmm:musicAlbum '1_Album_delete';
+ nmm:musicAlbum <test://1_Album_delete>;
nmm:performer <urn:uuid:7646001>.
}
""")