Correct messages.
This commit is contained in:
parent
d059523830
commit
63383eef02
1 changed files with 3 additions and 2 deletions
|
@ -75,9 +75,10 @@ ok( (looks_like_number($drapperId) and $drapperId > $id1),
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
dies_ok { $sp->addEmailAddress(undef, 'drapper@example.org', 'paypal'); }
|
dies_ok { $sp->addEmailAddress(undef, 'drapper@example.org', 'paypal'); }
|
||||||
"_addEmailAdress: dies for undefined id";
|
"addEmailAddress: dies for undefined id";
|
||||||
dies_ok { $sp->addEmailAddress("String", 'drapper@example.org', 'paypal'); }
|
dies_ok { $sp->addEmailAddress("String", 'drapper@example.org', 'paypal'); }
|
||||||
"_addEmailAdress: dies for non-numeric id";
|
"addEmailAddress: dies for non-numeric id";
|
||||||
|
|
||||||
|
|
||||||
=item addAddressType
|
=item addAddressType
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue