# HG changeset patch # User Marcin Kuzminski # Date 2011-11-26 00:17:47 # Node ID 2370fc2a04f2d67b5953e41c8a02d0dd5a9f7b64 # Parent 9126e8ca276dea9c285986f10fd7b3d5971af5d3 reverted whoosh for tests diff --git a/rhodecode/config/environment.py b/rhodecode/config/environment.py --- a/rhodecode/config/environment.py +++ b/rhodecode/config/environment.py @@ -66,7 +66,7 @@ def load_environment(global_conf, app_co from rhodecode.lib.utils import create_test_env, create_test_index from rhodecode.tests import TESTS_TMP_PATH create_test_env(TESTS_TMP_PATH, config) - #create_test_index(TESTS_TMP_PATH, config, True) + create_test_index(TESTS_TMP_PATH, config, True) #MULTIPLE DB configs # Setup the SQLAlchemy database engine