[tracker/dbus-fd-experiment-gio: 31/41] Steroids tests: use a query that returns two columns
- From: Adrien Bustany <abustany src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/dbus-fd-experiment-gio: 31/41] Steroids tests: use a query that returns two columns
- Date: Thu, 10 Jun 2010 22:54:49 +0000 (UTC)
commit f731d54f58d0dd8802f6836d12e2564e3999f43e
Author: Adrien Bustany <abustany gnome org>
Date: Thu Jun 10 12:34:24 2010 -0400
Steroids tests: use a query that returns two columns
tests/tracker-steroids/tracker-test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/tracker-steroids/tracker-test.c b/tests/tracker-steroids/tracker-test.c
index 6d1796a..42b1e3a 100644
--- a/tests/tracker-steroids/tracker-test.c
+++ b/tests/tracker-steroids/tracker-test.c
@@ -163,7 +163,7 @@ test_tracker_sparql_query_iterate ()
GPtrArray *r1;
TrackerResultIterator *iterator;
GError *error = NULL;
- const gchar *query = "SELECT ?r WHERE {?r a nfo:FileDataObject}";
+ const gchar *query = "SELECT ?r nie:url(?r) WHERE {?r a nfo:FileDataObject}";
guint i = 0;
r1 = tracker_resources_sparql_query (client, query, &error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]