Changeset b201c68 for protocols


Ignore:
Timestamp:
2013-04-21T19:39:39Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
500419b
Parents:
a016221
Message:

test skype_set_away()

Location:
protocols/skype
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/test.py

    ra016221 rb201c68  
    130130        def testSetMoodText(self):
    131131                self.mock("set-mood-text")
     132       
     133        def testAwaySet(self):
     134                self.mock("away-set")
    132135
    133136if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.