comparison 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
comparison
equal deleted inserted replaced
1268:bb30bf3ae932 1269:91e5becc6623
21 from twisted.words.protocols.jabber import jid 21 from twisted.words.protocols.jabber import jid
22 22
23 23
24 class Const(object): 24 class Const(object):
25 25
26 PROF_KEY_NONE = '@NONE@'
27
26 PROFILE = ['test_profile', 'test_profile2', 'test_profile3', 'test_profile4', 'test_profile5'] 28 PROFILE = ['test_profile', 'test_profile2', 'test_profile3', 'test_profile4', 'test_profile5']
27 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"] 29 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"]
28 JID = [jid.JID(jid_s) for jid_s in JID_STR] 30 JID = [jid.JID(jid_s) for jid_s in JID_STR]
29 31
30 PROFILE_DICT = {} 32 PROFILE_DICT = {}