summaryrefslogtreecommitdiff
path: root/tests/test_stream.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-07-26 21:38:23 -0400
committerLance Stout <lancestout@gmail.com>2010-07-26 21:38:23 -0400
commitaad185fe29f0dd92388875fa2b64120057de2ea5 (patch)
treedb0b38d8cd5f3a4996f123b91e62b0f2763932ee /tests/test_stream.py
parent2b6454786ace5f9cc585fd30f1337809f2107bf8 (diff)
downloadslixmpp-aad185fe29f0dd92388875fa2b64120057de2ea5.tar.gz
slixmpp-aad185fe29f0dd92388875fa2b64120057de2ea5.tar.bz2
slixmpp-aad185fe29f0dd92388875fa2b64120057de2ea5.tar.xz
slixmpp-aad185fe29f0dd92388875fa2b64120057de2ea5.zip
Update test to reflect change in reply() method that removes the from attribute.
Diffstat (limited to 'tests/test_stream.py')
-rw-r--r--tests/test_stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stream.py b/tests/test_stream.py
index eb4aaa59..c2f2667e 100644
--- a/tests/test_stream.py
+++ b/tests/test_stream.py
@@ -26,7 +26,7 @@ class TestStreamTester(SleekTest):
""")
self.streamSendMessage("""
- <message to="user@localhost" from="tester@localhost">
+ <message to="user@localhost">
<body>Thanks for sending: Hi!</body>
</message>
""")