diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-12-13 17:42:18 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-12-13 17:42:18 +0000 |
commit | 8ec62e9507e2e1e27d66b302805eab99970f3ebe (patch) | |
tree | bac9288e2cf5b597f8be38cf9d313b6dc4520dfe /test | |
parent | f731545c619b6e6a641d40f944e45f99aff8185e (diff) | |
download | redmine-8ec62e9507e2e1e27d66b302805eab99970f3ebe.tar.gz redmine-8ec62e9507e2e1e27d66b302805eab99970f3ebe.zip |
add missing fixtures to SearchControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13751 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/search_controller_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb index 24dfa7d6f..957ff1e57 100644 --- a/test/functional/search_controller_test.rb +++ b/test/functional/search_controller_test.rb @@ -18,7 +18,8 @@ require File.expand_path('../../test_helper', __FILE__) class SearchControllerTest < ActionController::TestCase - fixtures :projects, :enabled_modules, :roles, :users, :members, :member_roles, + fixtures :projects, :projects_trackers, + :enabled_modules, :roles, :users, :members, :member_roles, :issues, :trackers, :issue_statuses, :enumerations, :custom_fields, :custom_values, :custom_fields_projects, :custom_fields_trackers, |