Commit 22558f77 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixes test broken by r1610.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1616 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 9703f576
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment