@@ -34,8 +34,9 class ProjectTest < ActiveSupport::TestCase | |||
|
34 | 34 | :versions, |
|
35 | 35 | :wikis, :wiki_pages, :wiki_contents, :wiki_content_versions, |
|
36 | 36 | :groups_users, |
|
37 | :boards, | |
|
38 | :repositories | |
|
37 | :boards, :messages, | |
|
38 | :repositories, | |
|
39 | :documents | |
|
39 | 40 | |
|
40 | 41 | def setup |
|
41 | 42 | @ecookbook = Project.find(1) |
@@ -217,7 +218,7 class ProjectTest < ActiveSupport::TestCase | |||
|
217 | 218 | assert_equal 0, Issue.count |
|
218 | 219 | assert_equal 0, Journal.count |
|
219 | 220 | assert_equal 0, JournalDetail.count |
|
220 | assert_equal 0, Attachment.count | |
|
221 | assert_equal 0, Attachment.count, "Attachments were not deleted: #{Attachment.all.inspect}" | |
|
221 | 222 | assert_equal 0, EnabledModule.count |
|
222 | 223 | assert_equal 0, IssueCategory.count |
|
223 | 224 | assert_equal 0, IssueRelation.count |
General Comments 0
You need to be logged in to leave comments.
Login now