Skip to content

Commit

Permalink
Update test code for added sample emails
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Apr 14, 2015
1 parent fa524de commit 385bc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/052-mta-postfix.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ my $ReturnValue = {
'14' => { 'status' => qr/\A5[.]1[.]1\z/, 'reason' => qr/userunknown/ },
'15' => { 'status' => qr/\A4[.]4[.]1\z/, 'reason' => qr/expired/ },
'16' => { 'status' => qr/\A5[.]1[.]6\z/, 'reason' => qr/hasmoved/ },
'17' => { 'status' => qr/\A5[.]4[.]4\z/, 'reason' => qr/networkerror/ },
};

use_ok $PackageName;
Expand Down
1 change: 1 addition & 0 deletions t/054-mta-exim.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ my $ReturnValue = {
'05' => { 'status' => qr/\A5[.]1[.]1\z/, 'reason' => qr/userunknown/ },
'06' => { 'status' => qr/\A5[.]0[.]\d+\z/, 'reason' => qr/expired/ },
'07' => { 'status' => qr/\A5[.]0[.]\d+\z/, 'reason' => qr/mailboxfull/ },
'08' => { 'status' => qr/\A5[.]0[.]\d+\z/, 'reason' => qr/expired/ },
};

use_ok $PackageName;
Expand Down

0 comments on commit 385bc55

Please sign in to comment.