Commit 13881f5a authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

deprecated projects_count replaced

git-svn-id: http://redmine.rubyforge.org/svn/trunk@189 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent c38a2112
......@@ -62,7 +62,7 @@ class ProjectTest < Test::Unit::TestCase
assert sub.save
assert_equal @ecookbook.id, sub.parent.id
@ecookbook.reload
assert_equal 3, @ecookbook.projects_count
assert_equal 3, @ecookbook.children.size
end
def test_subproject_invalid
......
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