Changeset 33ed455
- Timestamp:
- 2013-02-16T13:23:11Z (12 years ago)
- Branches:
- master
- Children:
- 3bf9f71
- Parents:
- 61d2eabb
- Location:
- protocols/skype
- Files:
-
- 1 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/test.py
r61d2eabb r33ed455 95 95 self.mock("call-failed") 96 96 97 def testAdd Yes(self):98 self.mock("add -yes")97 def testAddedYes(self): 98 self.mock("added-yes") 99 99 100 def testAdd No(self):101 self.mock("add -no")100 def testAddedNo(self): 101 self.mock("added-no") 102 102 103 103 def testGroupchatInvited(self):
Note: See TracChangeset
for help on using the changeset viewer.