mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
add surrounding '+' operator spaces to IssuesControllerTest#"bulk copy should allow copying the subtasks"
git-svn-id: http://svn.redmine.org/redmine/trunk@19883 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -7439,7 +7439,7 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
issue = Issue.generate_with_descendants!
|
||||
count = issue.descendants.count
|
||||
@request.session[:user_id] = 2
|
||||
assert_difference 'Issue.count', count+1 do
|
||||
assert_difference 'Issue.count', count + 1 do
|
||||
post(
|
||||
:bulk_update,
|
||||
:params => {
|
||||
|
||||
Reference in New Issue
Block a user