Ignore:
Timestamp:
2013-05-01T18:55:50Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
af496d8
Parents:
dd95ce4 (diff), c2a863d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from vmiklos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/test.py

    rdd95ce4 rf539d6e  
    113113                self.mock("groupchat-leave")
    114114       
     115        def testGroupchatMsg(self):
     116                self.mock("groupchat-msg")
     117       
     118        def testGroupchatTopic(self):
     119                self.mock("groupchat-topic")
     120       
    115121        def testCalledYes(self):
    116122                self.mock("called-yes")
     
    125131                self.mock("group-read")
    126132
     133        def testGroupAdd(self):
     134                self.mock("group-add")
     135
    127136        def testCtcpHelp(self):
    128137                self.mock("ctcp-help")
     
    130139        def testSetMoodText(self):
    131140                self.mock("set-mood-text")
     141       
     142        def testAwaySet(self):
     143                self.mock("away-set")
    132144
    133145if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.