[conduit: 96/138] Add notes for later



commit fa8fdef42615a2f28c82b3e2763102e9a1b64108
Author: John Carr <john carr unrouted co uk>
Date:   Tue May 5 02:37:23 2009 -0700

    Add notes for later
---
 test/soup/env/fake-dbus.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/test/soup/env/fake-dbus.py b/test/soup/env/fake-dbus.py
index 21c8aa5..616601b 100644
--- a/test/soup/env/fake-dbus.py
+++ b/test/soup/env/fake-dbus.py
@@ -6,6 +6,11 @@ import tempfile
 
 import soup
 
+# FIXME: Something somewhere is causing us to poke libdbus into looking at DBUS_SESSION_BUS_ADDRESS early
+# The official answer is that soup is evil :'(
+# 1. Envrionment code should run as early as possible (before test loader)
+# 2. Should avoid doing too much crack on import :/
+
 class Dbus(soup.env.EnvironmentWrapper):
 
     @classmethod



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