summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-09-29 03:02:23 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-09-29 03:02:23 +0000
commitfda1a0cb3b57830679405de1859270673bdcb0ba (patch)
tree7ea99bcf3d8078255353386205f765c1ccca6a83 /test
parenta04e1bd5822ac2ada634e4e6e109dfd94af3a1ab (diff)
downloadredmine-fda1a0cb3b57830679405de1859270673bdcb0ba.tar.gz
redmine-fda1a0cb3b57830679405de1859270673bdcb0ba.zip
Fix test failure from Setting changes in other tests
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4226 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/mail_handler_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb
index 9af7affb4..947845a58 100644
--- a/test/unit/mail_handler_test.rb
+++ b/test/unit/mail_handler_test.rb
@@ -41,6 +41,7 @@ class MailHandlerTest < ActiveSupport::TestCase
def setup
ActionMailer::Base.deliveries.clear
+ Setting.notified_events = Redmine::Notifiable.all.collect(&:name)
end
def test_add_issue