From ceeca4a88d809d5cc01a8ccf41833a678bf7a15d Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 1 Sep 2016 05:44:50 +0000 Subject: [PATCH] 3.3-stable: fix test failure (#23700) git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15793 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/wiki_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/wiki_controller_test.rb b/test/functional/wiki_controller_test.rb index 8012f97a9..14f9c2760 100644 --- a/test/functional/wiki_controller_test.rb +++ b/test/functional/wiki_controller_test.rb @@ -227,7 +227,7 @@ class WikiControllerTest < ActionController::TestCase Role.find(1).remove_permission!(:protect_wiki_pages) @request.session[:user_id] = 2 - post :new, :params => {:project_id => 'ecookbook', :title => 'Sidebar'} + post :new, :project_id => 'ecookbook', :title => 'Sidebar' assert_response :success assert_select_error /Title/ end -- 2.39.5