summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-07-03 16:22:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-07-03 16:22:51 +0000
commit22558f77094dce4d489dac410abd7b74e48cdcb0 (patch)
treec5691048b80596c6f6e8d0ae60332f1d6712f699
parent9703f576d96c113f9c73a87f85ad7da3241525b2 (diff)
downloadredmine-22558f77094dce4d489dac410abd7b74e48cdcb0.tar.gz
redmine-22558f77094dce4d489dac410abd7b74e48cdcb0.zip
Fixes test broken by r1610.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1616 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/unit/project_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/project_test.rb b/test/unit/project_test.rb
index f24e7d44f..91fab8208 100644
--- a/test/unit/project_test.rb
+++ b/test/unit/project_test.rb
@@ -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