summaryrefslogtreecommitdiff
path: root/tests/tracker-steroids
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-09-10 18:07:34 +0100
committerMartyn Russell <martyn@lanedo.com>2010-09-29 16:36:17 +0100
commit4b430f7657d0630e31e49535395e2ec6bdc76892 (patch)
tree277cbff49d17effc7030ce311af68e4233d0ddd7 /tests/tracker-steroids
parentb85d7509894de9a77e5837a5f676e4b40fdca808 (diff)
downloadtracker-4b430f7657d0630e31e49535395e2ec6bdc76892.tar.gz
libtracker-sparql: Added get_async() and get_direct_async() for Connection
Currently everythign is async and working down to the Backend which needs some way of calling the module_init() can waiting for the store asynchronously. This needs a bit more thought.
Diffstat (limited to 'tests/tracker-steroids')
-rw-r--r--tests/tracker-steroids/tracker-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tracker-steroids/tracker-test.c b/tests/tracker-steroids/tracker-test.c
index 39f46801c..7a2ddfb21 100644
--- a/tests/tracker-steroids/tracker-test.c
+++ b/tests/tracker-steroids/tracker-test.c
@@ -617,7 +617,7 @@ main (gint argc, gchar **argv)
/* do not require prior installation */
g_setenv ("TRACKER_SPARQL_MODULE_PATH", "../../src/libtracker-bus/.libs", TRUE);
- connection = tracker_sparql_connection_get (NULL);
+ connection = tracker_sparql_connection_get (NULL, NULL);
insert_test_data ();