~ubuntu-branches/ubuntu/utopic/dovecot/utopic-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
require "vnd.dovecot.testsuite";

test_set "message" text:
From: Stephan Bosch <stephan@example.org>
To: nico@frop.example.org
Subject: Test message
Comment:

Test!

.
;

test "Empty key" {
	if header :is "from" "" {
		test_fail "erroneously matched empty key against non-empty string";
	}

	if not header :is "comment" "" {
		test_fail "failed to match empty string";
	}
}