diff options
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/tests.py | 3 | 
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): | 
