[tracker/wip/carlosg/better-errors] tests: Fix wrong syntax in query
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/better-errors] tests: Fix wrong syntax in query
- Date: Wed, 27 May 2020 21:44:49 +0000 (UTC)
commit b0aea348303192c24d40da916c3d8992efd635e4
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed May 27 23:43:53 2020 +0200
tests: Fix wrong syntax in query
Seems we fail hard on this now that we check for garbage at the
end of the query string.
tests/libtracker-data/describe/describe-limit.rq | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/libtracker-data/describe/describe-limit.rq
b/tests/libtracker-data/describe/describe-limit.rq
index f09f243e1..20f4e272b 100644
--- a/tests/libtracker-data/describe/describe-limit.rq
+++ b/tests/libtracker-data/describe/describe-limit.rq
@@ -1 +1 @@
-describe ?u { ?u a example:A } limit 2 order by ?u
+describe ?u { ?u a example:A } order by ?u limit 2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]