]> source.dussan.org Git - redmine.git/commitdiff
add missing fixtures to SearchControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 13 Jul 2014 02:44:12 +0000 (02:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 13 Jul 2014 02:44:12 +0000 (02:44 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13306 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/search_controller_test.rb

index 3c7f4e48adb43d9e23ea6b3d3e9c7498c0226a07..25bd36f15a1019101aec31d174e1f59816755de7 100644 (file)
@@ -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