[telepathy-gabble/master] Call GetMessages() on the Debug interface.

Will Thompson will.thompson at collabora.co.uk
Fri Jun 19 06:17:17 PDT 2009


What was there before worked, but this is more correct.
---
 tests/twisted/test-debug.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/test-debug.py b/tests/twisted/test-debug.py
index 1cd64b0..a11b8c6 100644
--- a/tests/twisted/test-debug.py
+++ b/tests/twisted/test-debug.py
@@ -27,7 +27,7 @@ def test(q, bus, conn, stream):
     debug_iface.connect_to_signal('NewDebugMessage', new_message)
     props_iface = dbus.Interface(debug, cs.PROPERTIES_IFACE)
 
-    assert len(debug.GetMessages()) > 0
+    assert len(debug_iface.GetMessages()) > 0
 
     # Turn signalling on and generate some messages.
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list