aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/test.py
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@vmiklos.hu>2013-04-21 21:39:39 +0200
committerMiklos Vajna <vmiklos@vmiklos.hu>2013-04-21 21:39:39 +0200
commit3d1b06f325c585bab69bfb42920fb8fd9df15e52 (patch)
tree658a32811071e956d166615dd4fbb047250faa3a /protocols/skype/test.py
parente2ac666852ccbfb5b635d68562664169cf9b6916 (diff)
test skype_chat_topic()
Diffstat (limited to 'protocols/skype/test.py')
-rwxr-xr-xprotocols/skype/test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/skype/test.py b/protocols/skype/test.py
index a01d8673..6646fd9f 100755
--- a/protocols/skype/test.py
+++ b/protocols/skype/test.py
@@ -115,6 +115,9 @@ class Test(unittest.TestCase):
def testGroupchatMsg(self):
self.mock("groupchat-msg")
+ def testGroupchatTopic(self):
+ self.mock("groupchat-topic")
+
def testCalledYes(self):
self.mock("called-yes")