diff options
author | Philippe Crama <pcfeb0009@gmx.com> | 2010-12-29 02:59:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-12-29 02:59:20 +0100 |
commit | 3fa9c259f3977f5e7e1916687a12d80ac6d673a5 (patch) | |
tree | dbafc3ec4f9c1c920c91ee00f9206fb377968cc9 | |
parent | 5eb78c040fb2870bedddb46f3bf1ed5b2d070f68 (diff) |
Contact another bot: echo123 never answers
On my setup (Skype 5.0.0.152), echo123 doesn't answer any chat
attempts: even if I use the official client, I get no answer, so
this test fails but not for a reason linked to the bitlbee-skype
plugin.
-rw-r--r-- | skype/t/irssi/skype-msg.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/skype/t/irssi/skype-msg.test b/skype/t/irssi/skype-msg.test index 511d2b9a..d1d21e68 100644 --- a/skype/t/irssi/skype-msg.test +++ b/skype/t/irssi/skype-msg.test @@ -8,5 +8,6 @@ TESTPASSWORD="$TEST_SKYPE_PASSWORD" /expectbee 'Account successfully created' -command 'msg $$C account add skype @LOGIN@ @PASSWORD@' /expectbee 'Account successfully added' -command 'msg $$C account 0 set test_join true' /expectbee 'test_join' -command 'msg $$C account 0 on' -/expectjoin echo123 -command 'msg $$C echo123: ping, say pong' -/expectbee 'pong' -command 'quit Test Passed' +/expectjoin echo123 -command 'msg $$C add skype pam_bot' +/expectjoin pam_bot -command 'msg $$C pam_bot: pambot help' +/expectbee 'PamBot, thanks for chatting with me' -command 'quit Test Passed' |