[Telepathy-commits] [telepathy-gabble/master] send_not_found: error code is 404
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Mon Mar 2 07:00:29 PST 2009
---
tests/twisted/bytestream.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/bytestream.py b/tests/twisted/bytestream.py
index 7235cc1..85255a0 100644
--- a/tests/twisted/bytestream.py
+++ b/tests/twisted/bytestream.py
@@ -288,7 +288,7 @@ class BytestreamS5B(Bytestream):
iq['id'] = id
error = iq.addElement(('', 'error'))
error['type'] = 'cancel'
- error['code'] = '403'
+ error['code'] = '404'
self.stream.send(iq)
class BytestreamS5BPidgin(BytestreamS5B):
--
1.5.6.5
More information about the telepathy-commits
mailing list