summaryrefslogtreecommitdiff
path: root/ishtar_common/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-30 12:22:19 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-01-30 12:22:19 +0100
commitdbefccd512ffed5e7d7d365f20f76720651cd578 (patch)
treed693fe81d869b402b5b880458c8b56fa88fba0e6 /ishtar_common/tests.py
parent93e329748e19443456701b06cf2f57fd33f4399c (diff)
downloadIshtar-dbefccd512ffed5e7d7d365f20f76720651cd578.tar.bz2
Ishtar-dbefccd512ffed5e7d7d365f20f76720651cd578.zip
Fix test settings
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r--ishtar_common/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py
index d3c6eed4b..3273db19b 100644
--- a/ishtar_common/tests.py
+++ b/ishtar_common/tests.py
@@ -346,6 +346,9 @@ class ShortMenuTest(TestCase):
'John', "nomail@nomail.com", self.password)
profile = models.get_current_profile()
profile.files = True
+ profile.context_record = True
+ profile.find = True
+ profile.warehouse = True
profile.save()
def _create_ope(self, user=None):