Skip to content

Commit

Permalink
testsuite: Removed spurious test_message_print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed Jul 7, 2016
1 parent 21a6a48 commit cbae8ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/execute/address-normalize.svtest
Expand Up @@ -27,21 +27,18 @@ test "Mail address normalization - redirect" {
}

test_message :smtp 0;
test_message_print;

if not envelope :is "to" "\"S[r]us\"@example.net" {
test_fail "envelope recipient incorrect";
}

test_message :smtp 1;
test_message_print;

if not envelope :is "to" "Sirius@example.net" {
test_fail "envelope recipient incorrect";
}

test_message :smtp 2;
test_message_print;

if not envelope :is "to" "S.Bosch@example.net" {
test_fail "envelope recipient incorrect";
Expand Down

0 comments on commit cbae8ce

Please sign in to comment.