Update test to reflect change in reply() method that removes the from attribute.

This commit is contained in:
Lance Stout 2010-07-26 21:38:23 -04:00
parent 2b6454786a
commit aad185fe29

View file

@ -26,7 +26,7 @@ class TestStreamTester(SleekTest):
""") """)
self.streamSendMessage(""" self.streamSendMessage("""
<message to="user@localhost" from="tester@localhost"> <message to="user@localhost">
<body>Thanks for sending: Hi!</body> <body>Thanks for sending: Hi!</body>
</message> </message>
""") """)