Merge branch 'develop' into roster
This commit is contained in:
commit
bb2bc64d15
@ -104,6 +104,9 @@ class TestHandlers(SleekTest):
|
|||||||
iq['query'] = 'test2'
|
iq['query'] = 'test2'
|
||||||
self.send(iq)
|
self.send(iq)
|
||||||
|
|
||||||
|
# Give the event queue time to process.
|
||||||
|
time.sleep(0.1)
|
||||||
|
|
||||||
# Check that the waiter is no longer registered
|
# Check that the waiter is no longer registered
|
||||||
waiter_exists = self.xmpp.removeHandler('IqWait_test2')
|
waiter_exists = self.xmpp.removeHandler('IqWait_test2')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user