summaryrefslogtreecommitdiff
path: root/tests/tracker-steroids
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2011-04-04 17:19:49 +0200
committerJürg Billeter <j@bitron.ch>2011-04-04 17:19:49 +0200
commit25f8bf0143380d9a233efcacd8d20f7d9c4baf5f (patch)
tree035b9ecd57c35ad45e6cf06883e71684cb18df88 /tests/tracker-steroids
parent15853168c931929bf887d9f9d46db31e0cd7b9d6 (diff)
downloadtracker-25f8bf0143380d9a233efcacd8d20f7d9c4baf5f.tar.gz
tests/tracker-steroids: Test with the D-Bus backend
Diffstat (limited to 'tests/tracker-steroids')
-rw-r--r--tests/tracker-steroids/tracker-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tracker-steroids/tracker-test.c b/tests/tracker-steroids/tracker-test.c
index 7ce2f55d5..ae0ff52e7 100644
--- a/tests/tracker-steroids/tracker-test.c
+++ b/tests/tracker-steroids/tracker-test.c
@@ -679,6 +679,9 @@ main (gint argc, gchar **argv)
g_type_init ();
g_test_init (&argc, &argv, NULL);
+ /* test D-Bus backend */
+ g_setenv ("TRACKER_SPARQL_BACKEND", "bus", TRUE);
+
connection = tracker_sparql_connection_get (NULL, NULL);
insert_test_data ();