From d29638845a9c5d69f9ad6e9ab8c81ed29c808c3f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 7 Jan 2012 16:18:53 +0000 Subject: Allows project to be changed from the bulk edit form. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8536 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/routing/issues_test.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/integration/routing') diff --git a/test/integration/routing/issues_test.rb b/test/integration/routing/issues_test.rb index b15c83d3f..cb727b7ac 100644 --- a/test/integration/routing/issues_test.rb +++ b/test/integration/routing/issues_test.rb @@ -123,6 +123,11 @@ class RoutingIssuesTest < ActionController::IntegrationTest { :method => 'get', :path => "/issues/bulk_edit" }, { :controller => 'issues', :action => 'bulk_edit' } ) + # For updating the bulk edit form + assert_routing( + { :method => 'post', :path => "/issues/bulk_edit" }, + { :controller => 'issues', :action => 'bulk_edit' } + ) assert_routing( { :method => 'post', :path => "/issues/bulk_update" }, { :controller => 'issues', :action => 'bulk_update' } -- cgit v1.2.3