testNickReleaseUnregistered: I don't think RFC1459 requires QUIT to be accepted this early.

This commit is contained in:
Valentin Lorentz 2021-08-09 21:57:29 +02:00
parent dfaec16c47
commit d130ae89f2

View File

@ -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")