From 54920625578879bf0e48bbb5fe008ac104bc781e Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 30 Nov 2014 00:17:20 +0000 Subject: [PATCH] add missing fixtures to test/functional/projects_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@13671 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/projects_controller_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index 6a564acdc..4a7f0d498 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -22,7 +22,8 @@ class ProjectsControllerTest < ActionController::TestCase :member_roles, :issues, :journals, :journal_details, :trackers, :projects_trackers, :issue_statuses, :enabled_modules, :enumerations, :boards, :messages, - :attachments, :custom_fields, :custom_values, :time_entries + :attachments, :custom_fields, :custom_values, :time_entries, + :wikis, :wiki_pages, :wiki_contents, :wiki_content_versions def setup @request.session[:user_id] = nil -- 2.39.5