Changeset f5ae4a10 for skype/t/irssi
- Timestamp:
- 2010-08-03T11:57:48Z (14 years ago)
- Branches:
- master
- Children:
- 4ab7225
- Parents:
- 3d88f65
- Location:
- skype/t/irssi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/t/irssi/skype-info.test
r3d88f65 rf5ae4a10 7 7 /expectbee 'Welcome to the BitlBee' -command 'msg $$C register testing' 8 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'9 /expectbee 'Account successfully added' -command 'msg $$C account 0 set test_join true' 10 /expectbee 'test_join' -command 'msg $$C account 0 on' 11 11 /expectjoin echo123 -command 'msg $$C info echo123' 12 12 /expectbee 'Full Name: Echo / Sound Test Service' -command 'quit Test Passed' -
skype/t/irssi/skype-login.test
r3d88f65 rf5ae4a10 7 7 /expectbee 'Welcome to the BitlBee' -command 'msg $$C register testing' 8 8 /expectbee 'Account successfully created' -command 'msg $$C account add skype @LOGIN@ @PASSWORD@' 9 /expectbee 'Account successfully added' -command 'msg $$C account on 0'9 /expectbee 'Account successfully added' -command 'msg $$C account 0 on' 10 10 /expectbee 'Logged in' -command 'quit Test Passed' -
skype/t/irssi/skype-msg.test
r3d88f65 rf5ae4a10 7 7 /expectbee 'Welcome to the BitlBee' -command 'msg $$C register testing' 8 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'9 /expectbee 'Account successfully added' -command 'msg $$C account 0 set test_join true' 10 /expectbee 'test_join' -command 'msg $$C account 0 on' 11 11 /expectjoin echo123 -command 'msg $$C echo123: ping, say pong' 12 12 /expectbee 'pong' -command 'quit Test Passed'
Note: See TracChangeset
for help on using the changeset viewer.