Missing fixtures.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10496 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-09-27 22:30:10 +00:00
parent f1fdbf8d80
commit 3e7bb3c632
1 changed files with 4 additions and 3 deletions

View File

@ -34,8 +34,9 @@ class ProjectTest < ActiveSupport::TestCase
:versions,
:wikis, :wiki_pages, :wiki_contents, :wiki_content_versions,
:groups_users,
:boards,
:repositories
:boards, :messages,
:repositories,
:documents
def setup
@ecookbook = Project.find(1)
@ -217,7 +218,7 @@ class ProjectTest < ActiveSupport::TestCase
assert_equal 0, Issue.count
assert_equal 0, Journal.count
assert_equal 0, JournalDetail.count
assert_equal 0, Attachment.count
assert_equal 0, Attachment.count, "Attachments were not deleted: #{Attachment.all.inspect}"
assert_equal 0, EnabledModule.count
assert_equal 0, IssueCategory.count
assert_equal 0, IssueRelation.count