mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +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)
|
m = self.getRegistrationMessage(3)
|
||||||
self.assertMessageMatch(m, command=RPL_WELCOME)
|
self.assertMessageMatch(m, command=RPL_WELCOME)
|
||||||
|
|
||||||
@cases.mark_specifications("RFC1459")
|
@cases.mark_specifications("Ergo")
|
||||||
def testNickReleaseUnregistered(self):
|
def testNickReleaseUnregistered(self):
|
||||||
self.addClient(1)
|
self.addClient(1)
|
||||||
self.sendLine(1, "NICK alice")
|
self.sendLine(1, "NICK alice")
|
||||||
|
Reference in New Issue
Block a user