##// END OF EJS Templates
3.3-stable: fix test failure (#23700)...
Toshi MARUYAMA -
r15411:ceeca4a88d80
parent child
Show More
@@ -227,7 +227,7 class WikiControllerTest < ActionController::TestCase
227 227 Role.find(1).remove_permission!(:protect_wiki_pages)
228 228 @request.session[:user_id] = 2
229 229
230 post :new, :params => {:project_id => 'ecookbook', :title => 'Sidebar'}
230 post :new, :project_id => 'ecookbook', :title => 'Sidebar'
231 231 assert_response :success
232 232 assert_select_error /Title/
233 233 end
General Comments 0
You need to be logged in to leave comments. Login now