summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-03-19 09:43:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-03-19 09:43:53 +0000
commit7a812815833f0320d3b2d52ac71af63f324b0028 (patch)
tree07b5d1a6f820bc2461653c44048705f81da6144e /test/integration/api_test
parent5533a2b5f2e4b25e15de7f21357c0ef5672e09c4 (diff)
downloadredmine-7a812815833f0320d3b2d52ac71af63f324b0028.tar.gz
redmine-7a812815833f0320d3b2d52ac71af63f324b0028.zip
Missing fixtures (#6277).
git-svn-id: http://svn.redmine.org/redmine/trunk@15263 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/api_test')
-rw-r--r--test/integration/api_test/search_test.rb10
1 files changed, 8 insertions, 2 deletions
diff --git a/test/integration/api_test/search_test.rb b/test/integration/api_test/search_test.rb
index 961fabd12..9ec115409 100644
--- a/test/integration/api_test/search_test.rb
+++ b/test/integration/api_test/search_test.rb
@@ -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
@@ -18,7 +18,13 @@
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'