[tracker/wip/carlosg/sparql1.1: 78/113] tests: Set specific order on complex-optional sparql test



commit a511918f58ceb71b1337c540887780a3eef716a8
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Jul 9 14:04:19 2019 +0200

    tests: Set specific order on complex-optional sparql test
    
    As it is not invariant otherwise.

 tests/libtracker-data/optional/q-opt-complex-1.rq | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tests/libtracker-data/optional/q-opt-complex-1.rq 
b/tests/libtracker-data/optional/q-opt-complex-1.rq
index 2ff7cb6b6..5d5d3d8af 100644
--- a/tests/libtracker-data/optional/q-opt-complex-1.rq
+++ b/tests/libtracker-data/optional/q-opt-complex-1.rq
@@ -8,4 +8,5 @@ SELECT ?person ?nick ?page ?img ?name ?firstN
         { ?person foaf:depiction ?img } UNION
         { ?person foaf:firstName ?firstN }
     } FILTER ( bound(?page) || bound(?img) || bound(?firstN) )
-} 
\ No newline at end of file
+}
+ORDER BY ?person ?nick ?page ?img ?name ?firstN


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