diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-30 00:17:20 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-30 00:17:20 +0000 |
commit | 54920625578879bf0e48bbb5fe008ac104bc781e (patch) | |
tree | b065508ffd6fe864cfe48c1bc8e3a9a18d6152ef /test/functional | |
parent | 6f3ab71f3f4b62af5f241cb9e7a967903d68aeaf (diff) | |
download | redmine-54920625578879bf0e48bbb5fe008ac104bc781e.tar.gz redmine-54920625578879bf0e48bbb5fe008ac104bc781e.zip |
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
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/projects_controller_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |