Changeset 33ed455


Ignore:
Timestamp:
2013-02-16T13:23:11Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
3bf9f71
Parents:
61d2eabb
Message:

skype: rename these tests, these are about we are added, not about we add

Location:
protocols/skype
Files:
1 edited
4 moved

Legend:

Unmodified
Added
Removed
  • protocols/skype/test.py

    r61d2eabb r33ed455  
    9595                self.mock("call-failed")
    9696
    97         def testAddYes(self):
    98                 self.mock("add-yes")
     97        def testAddedYes(self):
     98                self.mock("added-yes")
    9999
    100         def testAddNo(self):
    101                 self.mock("add-no")
     100        def testAddedNo(self):
     101                self.mock("added-no")
    102102
    103103        def testGroupchatInvited(self):
Note: See TracChangeset for help on using the changeset viewer.