diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-07-13 02:44:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-07-13 02:44:12 +0000 |
commit | 6dfbde0e65165930c3e79bc3cdcf51d77d3d802e (patch) | |
tree | 3da3d5f7a9bc664c335f7990e3d7335d6390a22c /test/functional/search_controller_test.rb | |
parent | d29799712f87de6032877cfdbc720cd8852cdacd (diff) | |
download | redmine-6dfbde0e65165930c3e79bc3cdcf51d77d3d802e.tar.gz redmine-6dfbde0e65165930c3e79bc3cdcf51d77d3d802e.zip |
add missing fixtures to SearchControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13306 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/search_controller_test.rb')
-rw-r--r-- | test/functional/search_controller_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb index 3c7f4e48a..25bd36f15 100644 --- a/test/functional/search_controller_test.rb +++ b/test/functional/search_controller_test.rb @@ -21,6 +21,7 @@ class SearchControllerTest < ActionController::TestCase fixtures :projects, :enabled_modules, :roles, :users, :members, :member_roles, :issues, :trackers, :issue_statuses, :enumerations, :custom_fields, :custom_values, + :custom_fields_projects, :custom_fields_trackers, :repositories, :changesets def setup |