From: Vsevolod Stakhov Date: Fri, 22 Jun 2018 09:00:03 +0000 (+0100) Subject: [Test] Restore test X-Git-Tag: 1.7.7~63 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6d7b5754df63e8168ffee79ef2bdda4a844181ab;p=rspamd.git [Test] Restore test --- diff --git a/test/functional/cases/100_general.robot b/test/functional/cases/100_general.robot index 2d4ebe4dd..63ebe1946 100644 --- a/test/functional/cases/100_general.robot +++ b/test/functional/cases/100_general.robot @@ -45,4 +45,10 @@ EMAILS DETECTION 1 ${result} = Scan Message With Rspamc ${TESTDIR}/messages/emails1.eml Check Rspamc ${result} "jim@example.net" Should Contain ${result.stdout} "bob@example.net" - Should Contain ${result.stdout} "rupert@example.net" \ No newline at end of file + Should Contain ${result.stdout} "rupert@example.net" + +EMAILS DETECTION ZEROFONT + ${result} = Scan File ${LOCAL_ADDR} ${PORT_NORMAL} ${TESTDIR}/messages/zerofont.eml + Follow Rspamd Log + Should Contain ${result} MANY_INVISIBLE_PARTS + Should Contain ${result} ZERO_FONT \ No newline at end of file