summaryrefslogtreecommitdiffstats
path: root/test/functional/search_controller_test.rb
diff options
context:
space:
mode:
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 22:47:44 +0000
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2012-11-01 22:47:44 +0000
commit7d9c45fb8aa53a446399e32f224b4c319f269b22 (patch)
tree4edbf1a18cf8d95eab2a8905c906f1b21288aa6f /test/functional/search_controller_test.rb
parent0beef88850b6a6b85d66e717c62c0e44b1cca23f (diff)
downloadredmine-7d9c45fb8aa53a446399e32f224b4c319f269b22.tar.gz
redmine-7d9c45fb8aa53a446399e32f224b4c319f269b22.zip
Fixed some more test/functional/*_test.rb breaking when run alone (#12285)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10787 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/search_controller_test.rb')
-rw-r--r--test/functional/search_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb
index 9bcb72dbd..40e140060 100644
--- a/test/functional/search_controller_test.rb
+++ b/test/functional/search_controller_test.rb
@@ -6,7 +6,7 @@ class SearchController; def rescue_action(e) raise e end; end
class SearchControllerTest < ActionController::TestCase
fixtures :projects, :enabled_modules, :roles, :users, :members, :member_roles,
- :issues, :trackers, :issue_statuses,
+ :issues, :trackers, :issue_statuses, :enumerations,
:custom_fields, :custom_values,
:repositories, :changesets