summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-07-03 22:32:23 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-07-03 22:42:58 +0200
commitf32572987beac35ac5b1a9c1d069334bf8e49d10 (patch)
tree14ecf82e8338181aaf55adf559ea2fac2df8680e /tests
parente96ad8d8c7a4b7c4d0b126a43576a1d2746128a6 (diff)
downloadtracker-f32572987beac35ac5b1a9c1d069334bf8e49d10.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
Diffstat (limited to 'tests')
-rw-r--r--tests/core/algebra/filter-scope-1.rq1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/algebra/filter-scope-1.rq b/tests/core/algebra/filter-scope-1.rq
index 7ee5a24ad..a8cd89ca9 100644
--- a/tests/core/algebra/filter-scope-1.rq
+++ b/tests/core/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