Correct (wrongly) assumed ordering in test #892
Contributed by Luke Carrier.
This commit is contained in:
parent
b9b2c8c0d7
commit
4a3f10317f
@ -45,7 +45,7 @@ class TrackersControllerTest < ActionController::TestCase
|
|||||||
assert_redirected_to :action => 'index'
|
assert_redirected_to :action => 'index'
|
||||||
tracker = Tracker.find_by_name('New tracker')
|
tracker = Tracker.find_by_name('New tracker')
|
||||||
assert_equal [1], tracker.project_ids.sort
|
assert_equal [1], tracker.project_ids.sort
|
||||||
assert_equal [1, 6], tracker.custom_field_ids
|
assert_equal [1, 6], tracker.custom_field_ids.sort
|
||||||
assert_equal 0, tracker.workflows.count
|
assert_equal 0, tracker.workflows.count
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user