diff 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
line wrap: on
line diff
--- a/src/test/constants.py	Wed Feb 05 16:36:51 2014 +0100
+++ b/src/test/constants.py	Fri Feb 07 17:10:24 2014 +0100
@@ -39,5 +39,6 @@
 
     # To test frontend parameters
     APP_NAME = "dummy_frontend"
-    ENABLE_UNIBOX_KEY = D_("Composition")
+    COMPOSITION_KEY = D_("Composition")
     ENABLE_UNIBOX_PARAM = D_("Enable unibox")
+    PARAM_IN_QUOTES = D_("'Wysiwyg' edition")