mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Restore test
I somehow oversimplified it, breaking it
This commit is contained in:
@@ -1325,6 +1325,8 @@ TEST_F(ZNCTest, ClientRejoiningJoinedChannel) {
|
||||
ircd.Write(":server 001 nick :Hello");
|
||||
client.Write("JOIN #test");
|
||||
ircd.ReadUntil("JOIN #test");
|
||||
ircd.Write(":nick JOIN #test");
|
||||
client.ReadUntil(":nick JOIN #test");
|
||||
|
||||
client.Write("JOIN #test");
|
||||
client.Write("JOIN #test");
|
||||
|
||||
Reference in New Issue
Block a user