summaryrefslogtreecommitdiff
path: root/tests/functional-tests/ipc
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-08-30 01:07:00 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-08-30 01:08:25 +0200
commitdf768eff07c817924f431ece0d09a24edab74de2 (patch)
treee0b4267a0902884ecccb16b12a35cf69e479e752 /tests/functional-tests/ipc
parent8cefe7996521456cb93820355b74f10817552c71 (diff)
downloadtracker-df768eff07c817924f431ece0d09a24edab74de2.tar.gz
Revert "Add tracker_sparql_connection_get/set_dbus_connection()"
This reverts commit eb24ea93bc550934d15223d002b490143e604921. This is an interesting feature, but not a good timing. Punt for 2.2.x that will happen after 3.30.
Diffstat (limited to 'tests/functional-tests/ipc')
-rw-r--r--tests/functional-tests/ipc/test-bus-query.vala2
-rw-r--r--tests/functional-tests/ipc/test-bus-update.vala2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional-tests/ipc/test-bus-query.vala b/tests/functional-tests/ipc/test-bus-query.vala
index 997dc9e7c..b818a5f02 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", null));
+ TestApp app = new TestApp (new Tracker.Bus.Connection ("org.freedesktop.Tracker1"));
return app.run ();
} catch (GLib.Error e) {
diff --git a/tests/functional-tests/ipc/test-bus-update.vala b/tests/functional-tests/ipc/test-bus-update.vala
index 997dc9e7c..b818a5f02 100644
--- a/tests/functional-tests/ipc/test-bus-update.vala
+++ b/tests/functional-tests/ipc/test-bus-update.vala
@@ -5,7 +5,7 @@ int
main( string[] args )
{
try {
- TestApp app = new TestApp (new Tracker.Bus.Connection ("org.freedesktop.Tracker1", null));
+ TestApp app = new TestApp (new Tracker.Bus.Connection ("org.freedesktop.Tracker1"));
return app.run ();
} catch (GLib.Error e) {