Revision 13247
Added by Toshi MARUYAMA about 11 years ago
sandbox/rails-4.1/test/unit/project_test.rb | ||
---|---|---|
316 | 316 | |
317 | 317 |
parent.reload |
318 | 318 |
assert_equal 4, parent.children.size |
319 |
assert_equal parent.children.all.sort_by(&:name), parent.children.all
|
|
319 |
assert_equal parent.children.sort_by(&:name), parent.children.all |
|
320 | 320 |
end |
321 | 321 | |
322 | 322 |
def test_set_parent_should_update_issue_fixed_version_associations_when_a_fixed_version_is_moved_out_of_the_hierarchy |
Also available in: Unified diff
remove unneeded Relation#all from ProjectTest