Fix test descriptions

This commit is contained in:
Jared Johnson 2015-02-03 17:11:05 -06:00
parent dcdda3a5e7
commit 92d5ff6dc7

View File

@ -183,7 +183,7 @@ sub __run_continuation {
$smtpd->run_continuation; $smtpd->run_continuation;
my $response = join '/', @{ $smtpd->{_response} || [] }; my $response = join '/', @{ $smtpd->{_response} || [] };
is( $response, $t->{expected_response}, is( $response, $t->{expected_response},
"run_continuation(): Respond to $t->{descr} with $response" ); "run_continuation(): Respond to $t->{descr} with $t->{expected_response}" );
if ( $t->{disconnected} ) { if ( $t->{disconnected} ) {
ok( $smtpd->connection->notes('disconnected'), ok( $smtpd->connection->notes('disconnected'),
"run_continuation() disconnects on $t->{descr}" ); "run_continuation() disconnects on $t->{descr}" );