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:
Jean-Philippe Lang 2008-07-03 16:22:51 +00:00
parent 9703f576d9
commit 22558f7709
1 changed files with 1 additions and 0 deletions

View File

@ -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