]> source.dussan.org Git - redmine.git/commitdiff
add missing fixtures to test/functional/projects_controller_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 30 Nov 2014 00:17:20 +0000 (00:17 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 30 Nov 2014 00:17:20 +0000 (00:17 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13671 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/projects_controller_test.rb

index 6a564acdc22527254db4b3479d400a00027c3c14..4a7f0d498ea8308aad34cfd3d7f110aede991e95 100644 (file)
@@ -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