@@ -3393,7 +3393,7 class IssuesControllerTest < ActionController::TestCase | |||||
3393 | :custom_field_values => {'2' => ''}} |
|
3393 | :custom_field_values => {'2' => ''}} | |
3394 |
|
3394 | |||
3395 | assert_response 302 |
|
3395 | assert_response 302 | |
3396 |
assert_equal [group, group], Issue. |
|
3396 | assert_equal [group, group], Issue.where(:id => [1, 2]).collect {|i| i.assigned_to} | |
3397 | end |
|
3397 | end | |
3398 |
|
3398 | |||
3399 | def test_bulk_update_on_different_projects |
|
3399 | def test_bulk_update_on_different_projects |
General Comments 0
You need to be logged in to leave comments.
Login now