[d-feet/wjt/fix-ci: 3/3] WIP



commit 0ed385cb37d6509b0bef6d5e4cbc04b9bcd21cdd
Author: Will Thompson <will willthompson co uk>
Date:   Tue Aug 6 15:40:25 2019 +0100

    WIP

 src/tests/tests.py.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/src/tests/tests.py.in b/src/tests/tests.py.in
index de40cf3..a9f8b42 100755
--- a/src/tests/tests.py.in
+++ b/src/tests/tests.py.in
@@ -98,7 +98,11 @@ class AddressInfoTest(unittest.TestCase):
 
     def test_bus(self):
         """introspect a name on the system bus"""
-        ai = AddressInfo(DATA_DIR, self.bus.get_bus_address(), None, "org.freedesktop.DBus")
+        print("HELLO")
+        address = self.bus.get_bus_address()
+        print("ABC")
+        ai = AddressInfo(DATA_DIR, address, None, "org.freedesktop.DBus")
+        print("OK")
 
     @unittest.skip("TODO:peer to peer test not implemented")
     def test_peer_to_peer(self):


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