git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8542 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-01-07 20:54:51 +00:00
parent 48fecd6285
commit f7e1ed71fc
1 changed files with 1 additions and 1 deletions

View File

@ -2329,7 +2329,7 @@ class IssuesControllerTest < ActionController::TestCase
assert_redirected_to '/projects/ecookbook/issues'
end
def test_bulk_copy_should_allow_not_changing_the issue_attributes
def test_bulk_copy_should_allow_not_changing_the_issue_attributes
@request.session[:user_id] = 2
issue_before_move = Issue.find(1)
assert_difference 'Issue.count', 1 do