source: skype/t/irssi/skype-info.test @ bcdc24b

Last change on this file since bcdc24b was acfa364, checked in by Miklos Vajna <vmiklos@…>, at 2009-02-18T00:01:09Z

add test for the info command

  • Property mode set to 100644
File size: 579 bytes
Line 
1TESTNEEDEDVARS="TEST_SKYPE_ID TEST_SKYPE_PASSWORD"
2TESTDURATION=60
3TESTCHECKRESULT="grep '\[Test Passed\]' status.log"
4TESTLOGIN="$TEST_SKYPE_ID"
5TESTPASSWORD="$TEST_SKYPE_PASSWORD"
6### Test receiving info output
7/expectbee 'Welcome to the BitlBee' -command 'msg $$C register testing'
8/expectbee 'Account successfully created' -command 'msg $$C account add skype @LOGIN@ @PASSWORD@'
9/expectbee 'Account successfully added' -command 'msg $$C account on 0'
10/expectjoin anothr.com -command 'msg $$C info anothrcom'
11/expectbee 'Full Name: Anothr RSS Bot' -command 'quit Test Passed'
Note: See TracBrowser for help on using the repository browser.