mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
do an old TODO
This commit is contained in:
@ -74,12 +74,13 @@ class Bouncer(cases.BaseServerTestCase):
|
|||||||
messageforthree = messagesforthree[0]
|
messageforthree = messagesforthree[0]
|
||||||
self.assertEqual(messagefortwo.params, ['#chan', 'hey'])
|
self.assertEqual(messagefortwo.params, ['#chan', 'hey'])
|
||||||
self.assertEqual(messageforthree.params, ['#chan', 'hey'])
|
self.assertEqual(messageforthree.params, ['#chan', 'hey'])
|
||||||
# TODO assert equality of the msgids
|
|
||||||
self.assertIn('time', messagefortwo.tags)
|
self.assertIn('time', messagefortwo.tags)
|
||||||
self.assertNotIn('account', messagefortwo.tags)
|
self.assertNotIn('account', messagefortwo.tags)
|
||||||
self.assertIn('time', messageforthree.tags)
|
self.assertIn('time', messageforthree.tags)
|
||||||
# 3 has account-tag, 2 doesn't
|
# 3 has account-tag, 2 doesn't
|
||||||
self.assertIn('account', messageforthree.tags)
|
self.assertIn('account', messageforthree.tags)
|
||||||
|
# should get same msgid
|
||||||
|
self.assertEqual(messagefortwo.tags['msgid'], messageforthree.tags['msgid'])
|
||||||
|
|
||||||
self.sendLine(2, 'QUIT :two out')
|
self.sendLine(2, 'QUIT :two out')
|
||||||
quitLines = [msg for msg in self.getMessages(2) if msg.command == 'QUIT']
|
quitLines = [msg for msg in self.getMessages(2) if msg.command == 'QUIT']
|
||||||
|
Reference in New Issue
Block a user