Browse Source

[Test] Restore test

tags/1.7.7
Vsevolod Stakhov 6 years ago
parent
commit
6d7b5754df
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      test/functional/cases/100_general.robot

+ 7
- 1
test/functional/cases/100_general.robot View File

@@ -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"
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

Loading…
Cancel
Save