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

Last change on this file since 3291700 was 3291700, checked in by Miklos Vajna <vmiklos@…>, at 2010-04-12T15:37:03Z

tests: use the echo123 test account instead of an external one

now that we have a config option allowing to do so, make use of it, it's
more reliable

  • Property mode set to 100644
File size: 656 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 set 0/test_join true'
10/expectbee 'test_join' -command 'msg $$C account on 0'
11/expectjoin echo123 -command 'msg $$C info echo123'
12/expectbee 'Full Name: Echo / Sound Test Service' -command 'quit Test Passed'
Note: See TracBrowser for help on using the repository browser.