Last change
on this file since 7ce0373 was
25a7eb8,
checked in by Miklos Vajna <vmiklos@…>, at 2009-02-17T23:31:13Z
|
Initial testcase.
Code is based on ulim's automated live tests.
|
-
Property mode set to
100644
|
File size:
490 bytes
|
Rev | Line | |
---|
[25a7eb8] | 1 | TESTNEEDEDVARS="TEST_SKYPE_ID TEST_SKYPE_PASSWORD" |
---|
| 2 | TESTDURATION=10 |
---|
| 3 | TESTCHECKRESULT="grep '\[Test Passed\]' status.log" |
---|
| 4 | TESTLOGIN="$TEST_SKYPE_ID" |
---|
| 5 | TESTPASSWORD="$TEST_SKYPE_PASSWORD" |
---|
| 6 | ### Test login |
---|
| 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 | /expectbee 'Logged in' -command 'quit Test Passed' |
---|
Note: See
TracBrowser
for help on using the repository browser.