diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-12-13 17:53:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-12-13 17:53:47 +0000 |
commit | b97770dc5cc46948b66a0eeae5c6597cc89c6c0a (patch) | |
tree | 4e9fb908a1a266e66bc2b335b063732e809994b3 /test/unit/mail_handler_test.rb | |
parent | fde78164dc619e86fc49ca66d408ebd9ee422876 (diff) | |
download | redmine-b97770dc5cc46948b66a0eeae5c6597cc89c6c0a.tar.gz redmine-b97770dc5cc46948b66a0eeae5c6597cc89c6c0a.zip |
Test failure.
git-svn-id: http://svn.redmine.org/redmine/trunk@17730 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/mail_handler_test.rb')
-rw-r--r-- | test/unit/mail_handler_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb index 5c3a570b7..2bb386378 100644 --- a/test/unit/mail_handler_test.rb +++ b/test/unit/mail_handler_test.rb @@ -26,7 +26,7 @@ class MailHandlerTest < ActiveSupport::TestCase :issues, :issue_statuses, :workflows, :trackers, :projects_trackers, :versions, :enumerations, :issue_categories, - :custom_fields, :custom_fields_trackers, :custom_fields_projects, + :custom_fields, :custom_fields_trackers, :custom_fields_projects, :custom_values, :boards, :messages FIXTURES_PATH = File.dirname(__FILE__) + '/../fixtures/mail_handler' |