Missing fixtures.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10496 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f1fdbf8d80
commit
3e7bb3c632
|
@ -34,8 +34,9 @@ class ProjectTest < ActiveSupport::TestCase
|
||||||
:versions,
|
:versions,
|
||||||
:wikis, :wiki_pages, :wiki_contents, :wiki_content_versions,
|
:wikis, :wiki_pages, :wiki_contents, :wiki_content_versions,
|
||||||
:groups_users,
|
:groups_users,
|
||||||
:boards,
|
:boards, :messages,
|
||||||
:repositories
|
:repositories,
|
||||||
|
:documents
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
@ecookbook = Project.find(1)
|
@ecookbook = Project.find(1)
|
||||||
|
@ -217,7 +218,7 @@ class ProjectTest < ActiveSupport::TestCase
|
||||||
assert_equal 0, Issue.count
|
assert_equal 0, Issue.count
|
||||||
assert_equal 0, Journal.count
|
assert_equal 0, Journal.count
|
||||||
assert_equal 0, JournalDetail.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, EnabledModule.count
|
||||||
assert_equal 0, IssueCategory.count
|
assert_equal 0, IssueCategory.count
|
||||||
assert_equal 0, IssueRelation.count
|
assert_equal 0, IssueRelation.count
|
||||||
|
|
Loading…
Reference in New Issue