diff options
Diffstat (limited to 'test/functional/cases/260_regex.robot')
-rw-r--r-- | test/functional/cases/260_regex.robot | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/test/functional/cases/260_regex.robot b/test/functional/cases/260_regex.robot index f19e389a0..9e3b7f9be 100644 --- a/test/functional/cases/260_regex.robot +++ b/test/functional/cases/260_regex.robot @@ -1,12 +1,12 @@ *** Settings *** -Test Setup Regex Setup -Test Teardown Regex Teardown +Test Setup New Setup +Test Teardown Normal Teardown Library ${TESTDIR}/lib/rspamd.py Resource ${TESTDIR}/lib/rspamd.robot Variables ${TESTDIR}/lib/vars.py *** Variables *** -${CONFIG} ${TESTDIR}/configs/plugins.conf +${CONFIG} ${TESTDIR}/configs/regexp.conf ${MESSAGE} ${TESTDIR}/messages/newlines.eml ${UTF_MESSAGE} ${TESTDIR}/messages/utf.eml ${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat @@ -26,13 +26,3 @@ Newlines Expect Symbol With Option FOUND_URL https://google.com/maps/ Expect Symbol With Option FOUND_URL https://www.google.com/search?q\=hello world&oq\=hello world&aqs\=chrome..69i57j0l5.3045j0j7&sourceid\=chrome&ie\=UTF-8 Expect Symbol With Option FOUND_URL https://github.com/google/sanitizers/wiki/AddressSanitizer - - -*** Keywords *** -Regex Setup - ${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/regexp.conf - Set Suite Variable ${PLUGIN_CONFIG} - Generic Setup PLUGIN_CONFIG - -Regex Teardown - Normal Teardown |