aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-06-22 10:00:03 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-06-22 10:00:03 +0100
commit6d7b5754df63e8168ffee79ef2bdda4a844181ab (patch)
tree2a4ca4086a57f02cb0f08ae0837a5c3d504a2678
parent4e1d3a991c9fa13bbfba7cb6a841c4d59fe3b0af (diff)
downloadrspamd-6d7b5754df63e8168ffee79ef2bdda4a844181ab.tar.gz
rspamd-6d7b5754df63e8168ffee79ef2bdda4a844181ab.zip
[Test] Restore test
-rw-r--r--test/functional/cases/100_general.robot8
1 files changed, 7 insertions, 1 deletions
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