Mercurial > p > roundup > code
diff test/test_mailgw.py @ 5849:ad0ece9cb01b
Removing @pytest.mark.xfail decoration. Ralf fixed the test.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 22 Jul 2019 20:20:32 -0400 |
| parents | f767a83a6af0 |
| children | ca0915457761 |
line wrap: on
line diff
--- a/test/test_mailgw.py Mon Jul 22 19:59:28 2019 +0200 +++ b/test/test_mailgw.py Mon Jul 22 20:20:32 2019 -0400 @@ -4441,7 +4441,6 @@ self.assertEqual(self.db.file.get(fileid, 'type'), 'message/rfc822') - @pytest.mark.xfail def testStandardMsg(self): self.instance.config['MAIL_DOMAIN'] = 'example.com' name = u'Accented chars \xe4\xf6\xfc\xc4\xd6\xdc\xdf'
