[Telepathy-commits] [telepathy-salut/master] test-disabled-1-1-tubes.py: add error message when asserting False

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Thu Feb 26 11:20:26 PST 2009


---
 tests/twisted/avahi/test-disabled-1-1-tubes.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/avahi/test-disabled-1-1-tubes.py b/tests/twisted/avahi/test-disabled-1-1-tubes.py
index 997cf58..867c320 100644
--- a/tests/twisted/avahi/test-disabled-1-1-tubes.py
+++ b/tests/twisted/avahi/test-disabled-1-1-tubes.py
@@ -70,7 +70,7 @@ def test(q, bus, conn):
     except dbus.DBusException, e:
         assert e.get_dbus_name() == 'org.freedesktop.Telepathy.Errors.NotImplemented'
     else:
-        assert False
+        assert False, "Should raise NotImplemented error"
 
 if __name__ == '__main__':
     exec_test(test)
-- 
1.5.6.5




More information about the telepathy-commits mailing list