Fixes test broken by r1610.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1616 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9703f576d9
commit
22558f7709
|
@ -118,6 +118,7 @@ class ProjectTest < Test::Unit::TestCase
|
|||
|
||||
def test_rolled_up_trackers
|
||||
parent = Project.find(1)
|
||||
parent.trackers = Tracker.find([1,2])
|
||||
child = parent.children.find(3)
|
||||
|
||||
assert_equal [1, 2], parent.tracker_ids
|
||||
|
|
Loading…
Reference in New Issue