mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 22:39:50 +00:00
testNickReleaseUnregistered: I don't think RFC1459 requires QUIT to be accepted this early.
This commit is contained in:
@ -166,7 +166,7 @@ class RegressionsTestCase(cases.BaseServerTestCase):
|
||||
m = self.getRegistrationMessage(3)
|
||||
self.assertMessageMatch(m, command=RPL_WELCOME)
|
||||
|
||||
@cases.mark_specifications("RFC1459")
|
||||
@cases.mark_specifications("Ergo")
|
||||
def testNickReleaseUnregistered(self):
|
||||
self.addClient(1)
|
||||
self.sendLine(1, "NICK alice")
|
||||
|
Reference in New Issue
Block a user