diff options
-rw-r--r-- | skype/t/irssi/skype-info.test | 4 | ||||
-rw-r--r-- | skype/t/irssi/skype-msg.test | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/skype/t/irssi/skype-info.test b/skype/t/irssi/skype-info.test index 0884a89d..0752c35b 100644 --- a/skype/t/irssi/skype-info.test +++ b/skype/t/irssi/skype-info.test @@ -7,5 +7,5 @@ TESTPASSWORD="$TEST_SKYPE_PASSWORD" /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' -/expectjoin anothr.com -command 'msg $$C info anothrcom' -/expectbee 'Full Name: Anothr RSS Bot' -command 'quit Test Passed' +/expectbee 'Logged in' -command 'msg $$C info anothrcom' +/expectbee 'Full Name: iNeZha Bot' -command 'quit Test Passed' diff --git a/skype/t/irssi/skype-msg.test b/skype/t/irssi/skype-msg.test index afb49a7b..a6c5b024 100644 --- a/skype/t/irssi/skype-msg.test +++ b/skype/t/irssi/skype-msg.test @@ -7,5 +7,5 @@ TESTPASSWORD="$TEST_SKYPE_PASSWORD" /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' -/expectjoin anothr.com -command 'msg $$C anothrcom: ?' -/expectbee 'To manage, share and read your subscriptions' -command 'quit Test Passed' +/expectbee 'Logged in' -command 'msg $$C anothrcom: ?' +/expectbee 'Manage your feeds' -command 'quit Test Passed' |