[tracker/dbus-fd-experiment-gio: 5/6] 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: 5/6] Steroids tests: use a query that returns two columns
- Date: Thu, 10 Jun 2010 16:37:56 +0000 (UTC)
commit 218c00a3a91458b4a5734316e39684f4e1b9091f
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]