diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-07-24 13:51:00 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-07-24 13:51:00 +0100 |
commit | c8b8c83fb6a0ae1b59de71ac796a78d73e444988 (patch) | |
tree | 9fdc9d1393353e663132b34cff0b8c16fb1e014c /protocols/skype/t/irssi/skype-info.test | |
parent | a01049810d7101b8c0014aa7b36826fc95f944a5 (diff) | |
parent | 17f6079a06eaed2fba1da999332e9e5ac1dbc2a6 (diff) |
Merging Skype plugin. Many thanks to Miklos Vajna for all his work on this,
having this distributed together with BitlBee will hopefully make up for the
fact that BitlBee has poor binary API backward compatibility.
Diffstat (limited to 'protocols/skype/t/irssi/skype-info.test')
-rw-r--r-- | protocols/skype/t/irssi/skype-info.test | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/protocols/skype/t/irssi/skype-info.test b/protocols/skype/t/irssi/skype-info.test new file mode 100644 index 00000000..e8507321 --- /dev/null +++ b/protocols/skype/t/irssi/skype-info.test @@ -0,0 +1,12 @@ +TESTNEEDEDVARS="TEST_SKYPE_ID TEST_SKYPE_PASSWORD" +TESTDURATION=60 +TESTCHECKRESULT="grep '\[Test Passed\]' status.log" +TESTLOGIN="$TEST_SKYPE_ID" +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 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' |