]> source.dussan.org Git - redmine.git/commitdiff
Missing fixtures (#6277).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Mar 2016 09:43:53 +0000 (09:43 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Mar 2016 09:43:53 +0000 (09:43 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15263 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/api_test/search_test.rb

index 961fabd1203d6ac94a05826c9b3f91ab4b7940e1..9ec115409c45934d541037cb4d256e2a08234258 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
 require File.expand_path('../../../test_helper', __FILE__)
 
 class Redmine::ApiTest::SearchTest < Redmine::ApiTest::Base
-  fixtures :projects, :issues
+  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
 
   test "GET /search.xml should return xml content" do
     get '/search.xml'