mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
testUnsetTopicResponses: Also check the TOPIC command is forwarded when unsetting the topic
This commit is contained in:
@ -418,6 +418,11 @@ class JoinTestCase(cases.BaseServerTestCase):
|
||||
# unset the topic:
|
||||
self.sendLine(1, "TOPIC #test :")
|
||||
self.getMessages(1)
|
||||
# client 2 should get the new TOPIC line, which is empty
|
||||
self.assertMessageMatch(
|
||||
self.getMessage(2), command="TOPIC", params=["#test", ""]
|
||||
)
|
||||
|
||||
self.connectClient("qux")
|
||||
self.sendLine(3, "join #test")
|
||||
messages = self.getMessages(3)
|
||||
|
Reference in New Issue
Block a user