Changeset c12a5c8 for skype/t/irssi


Ignore:
Timestamp:
2011-01-04T01:00:00Z (13 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
ab094d9
Parents:
6f5ab2a
Message:

Make tests a bit more robust

Sometimes skyped exits on startup because of the failure of some
underlying C lib (ie we get no expections), that's not something I want
to care about.

File:
1 edited

Legend:

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

    r6f5ab2a rc12a5c8  
    99/expectbee 'Account successfully added' -command 'msg $$C account 0 set test_join true'
    1010/expectbee 'test_join' -command 'msg $$C account 0 on'
     11# use builtin test service
     12/expectjoin echo123 -command 'msg $$C echo123: ping, say pong'
     13/expectbee 'pong' -command 'quit Test Passed'
     14# use a public bot as well, just in case the above one would fail
    1115/expectjoin echo123 -command 'msg $$C add skype pam_bot'
    1216/expectjoin pam_bot -command 'msg $$C pam_bot: pambot help'
Note: See TracChangeset for help on using the changeset viewer.