@@ -118,6 +118,7 class ProjectTest < Test::Unit::TestCase | |||||
118 |
|
118 | |||
119 | def test_rolled_up_trackers |
|
119 | def test_rolled_up_trackers | |
120 | parent = Project.find(1) |
|
120 | parent = Project.find(1) | |
|
121 | parent.trackers = Tracker.find([1,2]) | |||
121 | child = parent.children.find(3) |
|
122 | child = parent.children.find(3) | |
122 |
|
123 | |||
123 | assert_equal [1, 2], parent.tracker_ids |
|
124 | assert_equal [1, 2], parent.tracker_ids |
General Comments 0
You need to be logged in to leave comments.
Login now