diff src/test/constants.py @ 1269:91e5becc6623

test: add tests for plugin_misc_groupblog
author souliane <souliane@mailoo.org>
date Mon, 15 Dec 2014 14:05:28 +0100
parents 9bac2fc74968
children 069ad98b360d
line wrap: on
line diff
--- a/src/test/constants.py	Mon Dec 15 14:04:19 2014 +0100
+++ b/src/test/constants.py	Mon Dec 15 14:05:28 2014 +0100
@@ -23,6 +23,8 @@
 
 class Const(object):
 
+    PROF_KEY_NONE = '@NONE@'
+
     PROFILE = ['test_profile', 'test_profile2', 'test_profile3', 'test_profile4', 'test_profile5']
     JID_STR = [u"test@example.org/SàT", u"sender@example.net/house", u"sender@example.net/work", u"sender@server.net/res", u"xxx@server.net/res"]
     JID = [jid.JID(jid_s) for jid_s in JID_STR]