summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-07-03 22:32:23 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-07-05 12:17:39 +0200
commit6c876ead4107da65bb0bf23dae554443c4c62887 (patch)
treec43185fcd0d23546695d00e1edd71b213be5edcb
parent5bd60c940ba89d64377bf96a1749f5874fe35eff (diff)
downloadtracker-6c876ead4107da65bb0bf23dae554443c4c62887.tar.gz
tests: Specify missing order in test
The order of the returned resultset was implicit and up to SQLite, but the order for this test started changing starting with SQLite 3.39.0. Make the order explicit, so that SQLite implementation details don't leak up here. Closes: https://gitlab.gnome.org/GNOME/tracker/-/issues/370
-rw-r--r--tests/libtracker-data/algebra/filter-scope-1.rq1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtracker-data/algebra/filter-scope-1.rq b/tests/libtracker-data/algebra/filter-scope-1.rq
index 7ee5a24ad..a8cd89ca9 100644
--- a/tests/libtracker-data/algebra/filter-scope-1.rq
+++ b/tests/libtracker-data/algebra/filter-scope-1.rq
@@ -7,3 +7,4 @@ SELECT ?v ?w ?v2
OPTIONAL { :x :p ?v2 FILTER(?v = 1) }
}
}
+ORDER BY ?v ?w ?v2