diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-03-08 01:00:07 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-03-08 01:00:07 +0100 |
commit | 9bc60f0e852ae132cf93d5f76156ee3f67bfeb76 (patch) | |
tree | 1808df66b9aa51d127e2083211c0466f55df2f82 | |
parent | ea1d79673ffcd39a868147e88230799f9d227728 (diff) |
fix up two tests
-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' |