[folks] tests: Switch from GTestDBus to FolksTestDBus
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] tests: Switch from GTestDBus to FolksTestDBus
- Date: Sun, 16 Feb 2014 23:53:12 +0000 (UTC)
commit 104c4e596465af838c3509eb967d252f5af4cc88
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Feb 16 18:04:17 2014 +0000
tests: Switch from GTestDBus to FolksTestDBus
The functionality should be equivalent at this point.
tests/lib/test-case.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/lib/test-case.vala b/tests/lib/test-case.vala
index a174f64..5dff401 100644
--- a/tests/lib/test-case.vala
+++ b/tests/lib/test-case.vala
@@ -189,7 +189,7 @@ public abstract class Folks.TestCase : Object
* address is frequently treated as process-global (for instance,
* libdbus will cache a single session bus connection indefinitely).
*/
- public GLib.TestDBus? test_dbus = null;
+ public Folks.TestDBus? test_dbus = null;
/**
* If true, libraries involved in this test use dbus-1 (or dbus-glib-1)
@@ -217,7 +217,7 @@ public abstract class Folks.TestCase : Object
Environment.unset_variable ("DBUS_SESSION_BUS_ADDRESS");
Environment.unset_variable ("DBUS_SESSION_BUS_PID");
- this.test_dbus = new GLib.TestDBus (GLib.TestDBusFlags.NONE);
+ this.test_dbus = new Folks.TestDBus (Folks.TestDBusFlags.NONE);
var test_dbus = (!) this.test_dbus;
test_dbus.up ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]