From fdc6d84a32e87c3486ac99b7aee282153d65b23e Mon Sep 17 00:00:00 2001 From: dequis Date: Fri, 9 Oct 2015 03:52:25 -0300 Subject: skype tests: adjust channel length limit to fix tests... The diff might look confusing - it's just removing the last hex digit of each channel name in the groupchat tests. This broke in several ways over the years. I know because i've been bisecting the last few hours and found lots of different issues. All of them except this one were fixed already This one is probably a side effect of the new irc channel name generation code that includes the # as part of the string and reuses the nick code. Or maybe not exactly that, but something similar. I'm not going to bisect any further, had enough for today. --- protocols/skype/t/groupchat-msg-bitlbee.mock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/skype/t/groupchat-msg-bitlbee.mock') diff --git a/protocols/skype/t/groupchat-msg-bitlbee.mock b/protocols/skype/t/groupchat-msg-bitlbee.mock index 01556960..eae6d6e9 100644 --- a/protocols/skype/t/groupchat-msg-bitlbee.mock +++ b/protocols/skype/t/groupchat-msg-bitlbee.mock @@ -5,7 +5,7 @@ << PRIVMSG &bitlbee :account add skype alice foo << PRIVMSG &bitlbee :account skype set skypeconsole_receive true << PRIVMSG &bitlbee :account skype on ->> JOIN :##cecil/$bob;4d8cc9965791 ->> 353 alice = ##cecil/$bob;4d8cc9965791 :@alice bob cecil @root -<< PRIVMSG ##cecil/$bob;4d8cc9965791 :hello +>> JOIN :##cecil/$bob;4d8cc996579 +>> 353 alice = ##cecil/$bob;4d8cc996579 :@alice bob cecil @root +<< PRIVMSG ##cecil/$bob;4d8cc996579 :hello >> PRIVMSG &bitlbee :alice: CHAT #cecil/$bob;4d8cc9965791c6b9 ACTIVITY_TIMESTAMP -- cgit v1.2.3