diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-30 13:36:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-30 13:36:58 +0000 |
commit | a73860a0a149b0939f9a886bf1c9a72aa5ea6ce2 (patch) | |
tree | 8054fd3fb25340b0def19df40a3c4ed4c2b4d2a4 /test | |
parent | e465ab6ec0ee1a839f6f848d856313fd040f93ab (diff) | |
download | redmine-a73860a0a149b0939f9a886bf1c9a72aa5ea6ce2.tar.gz redmine-a73860a0a149b0939f9a886bf1c9a72aa5ea6ce2.zip |
4.0-stable: add missing fixture added in trunk r17725
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18573 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/issues_controller_test.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 2b9cd978e..f93c61b1f 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -43,7 +43,8 @@ class IssuesControllerTest < Redmine::ControllerTest :journal_details, :queries, :repositories, - :changesets + :changesets, + :watchers include Redmine::I18n @@ -5671,6 +5672,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 |