Merged r9025 from trunk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@9041 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-03-01 15:15:24 +00:00
parent ffc6c99ae8
commit 8eb4bc9c29
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class ProjectTest < ActiveSupport::TestCase
assert_equal ['issue_tracking', 'repository'], Project.new.enabled_module_names
end
assert_equal Tracker.all, Project.new.trackers
assert_equal Tracker.all.sort, Project.new.trackers.sort
assert_equal Tracker.find(1, 3), Project.new(:tracker_ids => [1, 3]).trackers
end