diff options
author | fbriere <fbriere> | 2006-02-13 21:22:51 +0000 |
---|---|---|
committer | fbriere <fbriere> | 2006-02-13 21:22:51 +0000 |
commit | d1e94c5adde6e4bbb8daf1907c0e3e4fdb4f7378 (patch) | |
tree | ace27c08f56fcfa0fb487f1eeb05f1d6f5668b0e /t | |
parent | 7af3e137d97474aa364a585359bbfb400f0594cf (diff) |
Reworded test names
Diffstat (limited to 't')
-rwxr-xr-x | t/40live.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ $txn->content( $txn->submit; -is($txn->result_code, '2000', 'is result_code 2000?'); +is($txn->result_code, '2000', 'Result code is ok'); is($txn->cardholder, "Fr\x{e9}d\x{e9}ric Bri\x{e8}re", - 'is cardholder encoded properly?'); + 'Cardholder name is encoded properly'); |