summaryrefslogtreecommitdiff
path: root/tests/functional-tests/ipc/test-bus-query.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/ipc/test-bus-query.vala')
-rw-r--r--tests/functional-tests/ipc/test-bus-query.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional-tests/ipc/test-bus-query.vala b/tests/functional-tests/ipc/test-bus-query.vala
index b818a5f02..997dc9e7c 100644
--- a/tests/functional-tests/ipc/test-bus-query.vala
+++ b/tests/functional-tests/ipc/test-bus-query.vala
@@ -5,7 +5,7 @@ int
main( string[] args )
{
try {
- TestApp app = new TestApp (new Tracker.Bus.Connection ("org.freedesktop.Tracker1"));
+ TestApp app = new TestApp (new Tracker.Bus.Connection ("org.freedesktop.Tracker1", null));
return app.run ();
} catch (GLib.Error e) {