aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-08-03 13:57:48 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2010-08-03 13:57:48 +0200
commitf5ae4a100adcdbf718ca3e7f7183c7fd9ed05914 (patch)
treea6270e3896cde896023ca41bcbe0d83f356824a4
parent3d88f65fb2ff3275bac3eabd124d385a1ed346b2 (diff)
fix up testcases for ui-fix
-rw-r--r--skype/t/irssi/skype-info.test4
-rw-r--r--skype/t/irssi/skype-login.test2
-rw-r--r--skype/t/irssi/skype-msg.test4
3 files changed, 5 insertions, 5 deletions
diff --git a/skype/t/irssi/skype-info.test b/skype/t/irssi/skype-info.test
index 49fab7ea..e8507321 100644
--- a/skype/t/irssi/skype-info.test
+++ b/skype/t/irssi/skype-info.test
@@ -6,7 +6,7 @@ TESTPASSWORD="$TEST_SKYPE_PASSWORD"
### Test receiving info output
/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 set 0/test_join true'
-/expectbee 'test_join' -command 'msg $$C account on 0'
+/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 info echo123'
/expectbee 'Full Name: Echo / Sound Test Service' -command 'quit Test Passed'
diff --git a/skype/t/irssi/skype-login.test b/skype/t/irssi/skype-login.test
index 6aba2311..ca627002 100644
--- a/skype/t/irssi/skype-login.test
+++ b/skype/t/irssi/skype-login.test
@@ -6,5 +6,5 @@ TESTPASSWORD="$TEST_SKYPE_PASSWORD"
### Test login
/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 'Account successfully added' -command 'msg $$C account 0 on'
/expectbee 'Logged in' -command 'quit Test Passed'
diff --git a/skype/t/irssi/skype-msg.test b/skype/t/irssi/skype-msg.test
index 64a2e17d..511d2b9a 100644
--- a/skype/t/irssi/skype-msg.test
+++ b/skype/t/irssi/skype-msg.test
@@ -6,7 +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 set 0/test_join true'
-/expectbee 'test_join' -command 'msg $$C account on 0'
+/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'