Typo.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8542 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
48fecd6285
commit
f7e1ed71fc
|
@ -2329,7 +2329,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||||
assert_redirected_to '/projects/ecookbook/issues'
|
assert_redirected_to '/projects/ecookbook/issues'
|
||||||
end
|
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
|
@request.session[:user_id] = 2
|
||||||
issue_before_move = Issue.find(1)
|
issue_before_move = Issue.find(1)
|
||||||
assert_difference 'Issue.count', 1 do
|
assert_difference 'Issue.count', 1 do
|
||||||
|
|
Loading…
Reference in New Issue