diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-15 13:38:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-15 13:38:44 +0000 |
commit | a609c702c3dc4013b953493f62937b8b8dc90a5b (patch) | |
tree | 4e1b6a58378cb7a518b7d865c41eadcd38ff15ff | |
parent | 25c854b89339ba7bf9dc3cc9f633d9a8b6d90cea (diff) | |
download | redmine-a609c702c3dc4013b953493f62937b8b8dc90a5b.tar.gz redmine-a609c702c3dc4013b953493f62937b8b8dc90a5b.zip |
add missing fixture to SearchControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13881 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 164cf9e26..9372e40d2 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, :projects_trackers, :enabled_modules, :roles, :users, :members, :member_roles, :issues, :trackers, :issue_statuses, :enumerations, + :workflows, :custom_fields, :custom_values, :custom_fields_projects, :custom_fields_trackers, :repositories, :changesets |