diff options
author | dequis <dx@dxzone.com.ar> | 2015-10-09 03:52:25 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-10-13 01:24:12 -0300 |
commit | fdc6d84a32e87c3486ac99b7aee282153d65b23e (patch) | |
tree | ebc4fb67665ef5dd78e67e61242d573612c52818 /protocols/skype/t/groupchat-msg-bitlbee.mock | |
parent | fa41a7507d8ad80ef260019dd26f5377d431add5 (diff) |
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.
Diffstat (limited to 'protocols/skype/t/groupchat-msg-bitlbee.mock')
-rw-r--r-- | protocols/skype/t/groupchat-msg-bitlbee.mock | 6 |
1 files changed, 3 insertions, 3 deletions
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 |