summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2011-04-20 11:42:26 +0200
committerMartyn Russell <martyn@lanedo.com>2011-04-20 15:46:45 +0100
commit98fe5e7e0db137446a615509fa558fe8fd130eb3 (patch)
treef7a3bc0f7e0077732640d78249c3b9c81134a98d
parent41ae44900dc0b75425639f9ff714ffd2af058671 (diff)
downloadtracker-98fe5e7e0db137446a615509fa558fe8fd130eb3.tar.gz
libtracker-data: Sort filter-in-5 test result to avoid test failures
-rw-r--r--tests/libtracker-data/algebra/filter-in-5.rq2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtracker-data/algebra/filter-in-5.rq b/tests/libtracker-data/algebra/filter-in-5.rq
index 2e6468e25..e9470bfbb 100644
--- a/tests/libtracker-data/algebra/filter-in-5.rq
+++ b/tests/libtracker-data/algebra/filter-in-5.rq
@@ -1,4 +1,4 @@
PREFIX : <http://example/>
SELECT ?v ?t
-{ ?x :p ?v . ?x :q ?t . FILTER(str(?x) IN ('http://example/x',1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23)) . FILTER (str(?t) IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,'http://example/x')) }
+{ ?x :p ?v . ?x :q ?t . FILTER(str(?x) IN ('http://example/x',1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23)) . FILTER (str(?t) IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,'http://example/x')) } ORDER BY ?v ?t