[telepathy-idle/master] Fix error prefix so that tests pass

Will Thompson will.thompson at collabora.co.uk
Wed May 27 15:15:05 PDT 2009


---
 tests/twisted/constants.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 7a2b701..636490b 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -24,7 +24,7 @@ INITIATOR_ID = CHANNEL + '.InitiatorID'
 CONN = "org.freedesktop.Telepathy.Connection"
 CONN_IFACE_REQUESTS = CONN + '.Interface.Requests'
 
-ERRORS = 'org.freedesktop.Telepathy.Errors'
+ERRORS = 'org.freedesktop.Telepathy.Error'
 INVALID_ARGUMENT = ERRORS + '.InvalidArgument'
 NOT_IMPLEMENTED = ERRORS + '.NotImplemented'
 NOT_AVAILABLE = ERRORS + '.NotAvailable'
-- 
1.5.6.5



More information about the telepathy-commits mailing list