comparison src/test/constants.py @ 782:0e5807193721

test: added some tests for Memory
author souliane <souliane@mailoo.org>
date Sat, 04 Jan 2014 17:16:40 +0100
parents 9810f22ba733
children c3acc1298a2f
comparison
equal deleted inserted replaced
781:80ab2b58e205 782:0e5807193721
29 TEST_JID_2_STR = u"sender@example.net/house" 29 TEST_JID_2_STR = u"sender@example.net/house"
30 TEST_JID_2 = JID(TEST_JID_2_STR) 30 TEST_JID_2 = JID(TEST_JID_2_STR)
31 31
32 TEST_PROFILE = 'test_profile' 32 TEST_PROFILE = 'test_profile'
33 33
34 NO_SECURITY_LIMIT = -1
35 SECURITY_LIMIT = 0
36
34 # To test frontend parameters 37 # To test frontend parameters
35 APP_NAME = "dummy_frontend" 38 APP_NAME = "dummy_frontend"
36 SECURITY_LIMIT = 0
37 ENABLE_UNIBOX_KEY = D_("Composition") 39 ENABLE_UNIBOX_KEY = D_("Composition")
38 ENABLE_UNIBOX_PARAM = D_("Enable unibox") 40 ENABLE_UNIBOX_PARAM = D_("Enable unibox")