Fix test descriptions
This commit is contained in:
parent
dcdda3a5e7
commit
92d5ff6dc7
@ -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}" );
|
||||||
|
Loading…
Reference in New Issue
Block a user