comparison src/test/constants.py @ 833:9bac2fc74968

memory: bug fix to not register twice frontends parameters + added some tests for param update
author souliane <souliane@mailoo.org>
date Fri, 07 Feb 2014 17:10:24 +0100
parents 1fe00f0c9a91
children 91e5becc6623
comparison
equal deleted inserted replaced
832:c4b22aedb7d7 833:9bac2fc74968
37 NO_SECURITY_LIMIT = -1 37 NO_SECURITY_LIMIT = -1
38 SECURITY_LIMIT = 0 38 SECURITY_LIMIT = 0
39 39
40 # To test frontend parameters 40 # To test frontend parameters
41 APP_NAME = "dummy_frontend" 41 APP_NAME = "dummy_frontend"
42 ENABLE_UNIBOX_KEY = D_("Composition") 42 COMPOSITION_KEY = D_("Composition")
43 ENABLE_UNIBOX_PARAM = D_("Enable unibox") 43 ENABLE_UNIBOX_PARAM = D_("Enable unibox")
44 PARAM_IN_QUOTES = D_("'Wysiwyg' edition")