require "vnd.dovecot.testsuite"; require "comparator-i;ascii-numeric"; require "relational"; test "Deprecated imapflags extension used with imap4flags" { if test_script_compile "errors/conflict.sieve" { test_fail "compile should have failed"; } if not test_error :count "eq" :comparator "i;ascii-numeric" "2" { test_fail "wrong number of errors reported"; } } test "Deprecated imapflags extension used with imap4flags (ihave)" { if test_script_compile "errors/conflict-ihave.sieve" { test_fail "compile should have failed"; } if not test_error :count "eq" :comparator "i;ascii-numeric" "3" { test_fail "wrong number of errors reported"; } }