Changeset f5ae4a10


Ignore:
Timestamp:
2010-08-03T11:57:48Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
4ab7225
Parents:
3d88f65
Message:

fix up testcases for ui-fix

Location:
skype/t/irssi
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • skype/t/irssi/skype-info.test

    r3d88f65 rf5ae4a10  
    77/expectbee 'Welcome to the BitlBee' -command 'msg $$C register testing'
    88/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'
    1111/expectjoin echo123 -command 'msg $$C info echo123'
    1212/expectbee 'Full Name: Echo / Sound Test Service' -command 'quit Test Passed'
  • skype/t/irssi/skype-login.test

    r3d88f65 rf5ae4a10  
    77/expectbee 'Welcome to the BitlBee' -command 'msg $$C register testing'
    88/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'
    1010/expectbee 'Logged in' -command 'quit Test Passed'
  • skype/t/irssi/skype-msg.test

    r3d88f65 rf5ae4a10  
    77/expectbee 'Welcome to the BitlBee' -command 'msg $$C register testing'
    88/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'
    1111/expectjoin echo123 -command 'msg $$C echo123: ping, say pong'
    1212/expectbee 'pong' -command 'quit Test Passed'
Note: See TracChangeset for help on using the changeset viewer.