]> source.dussan.org Git - redmine.git/commitdiff
add missing fixture to SearchControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Jan 2015 13:38:44 +0000 (13:38 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Jan 2015 13:38:44 +0000 (13:38 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13881 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/search_controller_test.rb

index 164cf9e26f811a82c4eb6bf44f567b3b04831032..9372e40d2570cf8b95ddadd9731ec1a177a031e8 100644 (file)
@@ -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