diff src/test/helpers.py @ 1284:41ffe2c2dddc

plugin XEP-0313: update (still draft)
author souliane <souliane@mailoo.org>
date Fri, 09 Jan 2015 10:51:12 +0100
parents 3a3e3014f9f8
children f71a0fc26886
line wrap: on
line diff
--- a/src/test/helpers.py	Fri Jan 09 10:50:11 2015 +0100
+++ b/src/test/helpers.py	Fri Jan 09 10:51:12 2015 +0100
@@ -115,6 +115,10 @@
         """
         return mess_data  # TODO
 
+    def getProfileName(self, profile_key):
+        """Get the profile name from the profile_key"""
+        return profile_key
+
     def getClient(self, profile_key):
         """Convenient method to get client from profile key
         @return: client or None if it doesn't exist"""