[conduit: 93/138] Turn dbus env off until i have time to debug it
- From: John Carr <johncarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [conduit: 93/138] Turn dbus env off until i have time to debug it
- Date: Thu, 21 May 2009 03:34:44 -0400 (EDT)
commit 1a3d71c1a488ecac32dd5bc670c23b112dc26f28
Author: John Carr <john carr unrouted co uk>
Date: Tue May 5 01:33:09 2009 -0700
Turn dbus env off until i have time to debug it
---
test/soup/env/fake-dbus.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/test/soup/env/fake-dbus.py b/test/soup/env/fake-dbus.py
index a50924b..f36ca7a 100644
--- a/test/soup/env/fake-dbus.py
+++ b/test/soup/env/fake-dbus.py
@@ -8,6 +8,10 @@ import soup
class Dbus(soup.env.EnvironmentWrapper):
+ @classmethod
+ def enabled(cls):
+ return False
+
def prepare_environment(self):
conffile = os.path.join(os.path.dirname(__file__), "fake-session-bus.conf")
daemonargs = ['dbus-daemon', '--fork', '--config-file=%s' % conffile, '--print-pid=1', '--print-address=1']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]