summaryrefslogtreecommitdiffstats
path: root/test/unit/mail_handler_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/mail_handler_test.rb')
-rw-r--r--test/unit/mail_handler_test.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb
index 02f823d6b..5840ba556 100644
--- a/test/unit/mail_handler_test.rb
+++ b/test/unit/mail_handler_test.rb
@@ -127,6 +127,11 @@ class MailHandlerTest < Test::Unit::TestCase
assert_equal 1, issue.watchers.size
end
+ def test_add_issue_without_from_header
+ Role.anonymous.add_permission!(:add_issues)
+ assert_equal false, submit_email('ticket_without_from_header.eml')
+ end
+
def test_add_issue_note
journal = submit_email('ticket_reply.eml')
assert journal.is_a?(Journal)