diff options
Diffstat (limited to 'skype/t/irssi/skype-msg.test')
-rw-r--r-- | skype/t/irssi/skype-msg.test | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/skype/t/irssi/skype-msg.test b/skype/t/irssi/skype-msg.test index a6c5b024..64a2e17d 100644 --- a/skype/t/irssi/skype-msg.test +++ b/skype/t/irssi/skype-msg.test @@ -6,6 +6,7 @@ TESTPASSWORD="$TEST_SKYPE_PASSWORD" ### Test sending and receiving messages /expectbee 'Welcome to the BitlBee' -command 'msg $$C register testing' /expectbee 'Account successfully created' -command 'msg $$C account add skype @LOGIN@ @PASSWORD@' -/expectbee 'Account successfully added' -command 'msg $$C account on 0' -/expectbee 'Logged in' -command 'msg $$C anothrcom: ?' -/expectbee 'Manage your feeds' -command 'quit Test Passed' +/expectbee 'Account successfully added' -command 'msg $$C account set 0/test_join true' +/expectbee 'test_join' -command 'msg $$C account on 0' +/expectjoin echo123 -command 'msg $$C echo123: ping, say pong' +/expectbee 'pong' -command 'quit Test Passed' |