mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 07:16:03 +01:00
Test failure.
git-svn-id: http://svn.redmine.org/redmine/trunk@17725 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -43,7 +43,8 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
:journal_details,
|
||||
:queries,
|
||||
:repositories,
|
||||
:changesets
|
||||
:changesets,
|
||||
:watchers
|
||||
|
||||
include Redmine::I18n
|
||||
|
||||
@@ -5716,6 +5717,8 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
}
|
||||
}
|
||||
assert_response 302
|
||||
# 4 emails for 2 members and 2 issues
|
||||
# 1 email for a watcher of issue #2
|
||||
assert_equal 5, ActionMailer::Base.deliveries.size
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user