diff options
author | azul <azul@riseup.net> | 2017-07-25 07:01:56 +0000 |
---|---|---|
committer | azul <azul@riseup.net> | 2017-07-25 07:01:56 +0000 |
commit | e44f2f1801725f4f6a236fe5e588ac73bd31706c (patch) | |
tree | 9f1a740b34c9d2e50c8f6d80172ba81bbd4e182d | |
parent | 96a82fbfa5f0ba7d00a0f3e8b95942f05b1211fa (diff) | |
parent | a84cadd0d689fdb12bea36973275d77646e5aa24 (diff) |
Merge branch 'test/nonexisting-domain' into 'master'
test: regression test for nonexisting domain
See merge request !17
-rw-r--r-- | test/functional/sample_test.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/functional/sample_test.rb b/test/functional/sample_test.rb index 4be5c26..18fad74 100644 --- a/test/functional/sample_test.rb +++ b/test/functional/sample_test.rb @@ -29,6 +29,11 @@ class SampleTest < FunctionalTest assert_lookup_status 404, 'postmaster@cs.ucl.ac.uk' end + # platform/#8674 handle nonexisting domains + def test_nicknym + assert_lookup_status 404, 'postmaster@now-dont-you-dare-register-this-domain.coop' + end + def test_no_file_descriptors_leak lookup 'test@mail.bitmask.net' before = open_files_count |