Fixed: news comments not deleted when deleting a project (#7904).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5176 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2011-03-20 20:26:59 +00:00
parent f279b48288
commit 0b3f2bc650
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ class ProjectTest < ActiveSupport::TestCase
assert_equal 0, Repository.count
assert_equal 0, Changeset.count
assert_equal 0, Change.count
#assert_equal 0, Comment.count
assert_equal 0, Comment.count
assert_equal 0, TimeEntry.count
assert_equal 0, Version.count
assert_equal 0, Watcher.count