[tracker/tracker-0.10] libtracker-data: Sort filter-in-5 test result to avoid test failures



commit 98fe5e7e0db137446a615509fa558fe8fd130eb3
Author: Jürg Billeter <j bitron ch>
Date:   Wed Apr 20 11:42:26 2011 +0200

    libtracker-data: Sort filter-in-5 test result to avoid test failures

 tests/libtracker-data/algebra/filter-in-5.rq |    2 +-
 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 2e6468e..e9470bf 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]