diff 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
line wrap: on
line diff
--- a/src/test/constants.py	Sat Jan 04 15:46:30 2014 +0100
+++ b/src/test/constants.py	Sat Jan 04 17:16:40 2014 +0100
@@ -31,8 +31,10 @@
 
     TEST_PROFILE = 'test_profile'
 
+    NO_SECURITY_LIMIT = -1
+    SECURITY_LIMIT = 0
+
     # To test frontend parameters
     APP_NAME = "dummy_frontend"
-    SECURITY_LIMIT = 0
     ENABLE_UNIBOX_KEY = D_("Composition")
     ENABLE_UNIBOX_PARAM = D_("Enable unibox")