diff options
author | Lance Stout <lancestout@gmail.com> | 2010-07-26 21:38:23 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-07-26 21:38:23 -0400 |
commit | aad185fe29f0dd92388875fa2b64120057de2ea5 (patch) | |
tree | db0b38d8cd5f3a4996f123b91e62b0f2763932ee | |
parent | 2b6454786ace5f9cc585fd30f1337809f2107bf8 (diff) | |
download | slixmpp-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.
-rw-r--r-- | tests/test_stream.py | 2 |
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> """) |