summaryrefslogtreecommitdiffstats
path: root/pigeonhole/tests/extensions/enotify/notify_method_capability.svtest
blob: 0d134772d21dec79afc00462c241765c851cf251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require "vnd.dovecot.testsuite";
require "enotify";

test "Mailto" {
	if not notify_method_capability :is "mailto:stephan@example.org" "online" "maybe" {
		test_fail "test should have matched";
	}

	if notify_method_capability :is "mailto:stephan@example.org" "online" "yes" {
		test_fail "test should not have matched";
	}
}