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
This commit is contained in:
Eric Davis 2010-09-29 03:02:23 +00:00
parent a04e1bd582
commit fda1a0cb3b
1 changed files with 1 additions and 0 deletions

View File

@ -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