From: Toshi MARUYAMA Date: Thu, 1 Sep 2016 05:44:50 +0000 (+0000) Subject: 3.3-stable: fix test failure (#23700) X-Git-Tag: 3.3.1~27 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ceeca4a88d809d5cc01a8ccf41833a678bf7a15d;p=redmine.git 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 --- 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