Ignore:
Timestamp:
2013-01-16T20:26:58Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
2487112
Parents:
db0d979
Message:

skype: new 'groupchat invited' testcase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/test.py

    rdb0d979 rd4b5e5b  
    2828                                line = i.strip()
    2929                                if line.startswith(">> "):
    30                                         bitlbee.expect(line[3:], timeout=10)
     30                                        bitlbee.expect_exact(line[3:], timeout=10)
    3131                                elif line.startswith("<< "):
    3232                                        bitlbee.sendline(line[3:])
     
    8282                self.mock("add-no")
    8383
     84        def testGroupchatInvited(self):
     85                self.mock("groupchat-invited")
     86
    8487if __name__ == '__main__':
    8588        unittest.main()
Note: See TracChangeset for help on using the changeset viewer.