]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Fix fuzzy skip test 3493/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 28 Sep 2020 11:31:12 +0000 (13:31 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 28 Sep 2020 11:31:12 +0000 (13:31 +0200)
test/functional/cases/120_fuzzy/lib.robot
test/functional/lib/rspamd.robot

index 2aa8034d175715c1bb4cff7f174d5108949f8f1c..fab223411a3e29955bdce0679173743e1cc5df7f 100644 (file)
@@ -30,7 +30,7 @@ Fuzzy Skip Add Test Base
   Scan File  ${message}
   Create File  ${TMPDIR}/test.map
   Expect Symbol  R_TEST_FUZZY_DENIED
-  Append To File  ${TMPDIR}/skip_hash.map.tmp  670cfcba72a87bab689958a8af5c22593dc17c907836c7c26a74d1bb49add25adfa45a5f172e3af82c9c638e8eb5fc860c22c7e966e61a459165ef0b9e1acc89
+  Append To File  ${TMPDIR}/skip_hash.map.tmp  2d875d4737c59c4822fd01dadeba52a329de3933f766c6f167904c6a426bbfa7ea63a66bf807b25c5ee853baee58bfb18d3b423fcd13cfa7c3d77a840039a1ea
   Hard Link  ${TMPDIR}/skip_hash.map.tmp  ${TMPDIR}/skip_hash.map
   Scan File  ${message}
   Do Not Expect Symbol  R_TEST_FUZZY_DENIED
index fccf2e4298851fc4a3ba740731fb198422b7854d..e310db4b54d7b243b77c05a717f5cf38f9f70825 100644 (file)
@@ -46,7 +46,8 @@ Check Rspamc Match String
 
 Do Not Expect Symbol
   [Arguments]  ${symbol}
-  Run Keyword And Expect Error  *  Expect Symbol  ${symbol}
+  ${passed} =  Run Keyword And Return Status  Expect Symbol  ${symbol}
+  Run Keyword If  ${passed}  Fail  Unexpected symbol ${symbol} was found in result
 
 Generic Setup
   [Arguments]  @{vargs}  &{kwargs}