Merge branch 'develop' into roster

This commit is contained in:
Lance Stout 2011-05-20 21:40:37 -04:00
commit bb2bc64d15

View file

@ -104,6 +104,9 @@ class TestHandlers(SleekTest):
iq['query'] = 'test2'
self.send(iq)
# Give the event queue time to process.
time.sleep(0.1)
# Check that the waiter is no longer registered
waiter_exists = self.xmpp.removeHandler('IqWait_test2')