From 6d7b5754df63e8168ffee79ef2bdda4a844181ab Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 22 Jun 2018 10:00:03 +0100 Subject: [PATCH] [Test] Restore test --- test/functional/cases/100_general.robot | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5