[tracker/tracker-0.10] tests/tracker-steroids: Test with the D-Bus backend



commit d42e4b076d20a44f0e2da68a150d604bfe1903eb
Author: Jürg Billeter <j bitron ch>
Date:   Mon Apr 4 17:19:49 2011 +0200

    tests/tracker-steroids: Test with the D-Bus backend

 tests/tracker-steroids/tracker-test.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tests/tracker-steroids/tracker-test.c b/tests/tracker-steroids/tracker-test.c
index 7ce2f55..ae0ff52 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 ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]