From d1e94c5adde6e4bbb8daf1907c0e3e4fdb4f7378 Mon Sep 17 00:00:00 2001 From: fbriere Date: Mon, 13 Feb 2006 21:22:51 +0000 Subject: [PATCH] Reworded test names --- t/40live.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/40live.t b/t/40live.t index 4d59f68..0f38f1e 100755 --- a/t/40live.t +++ b/t/40live.t @@ -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'); -- 2.11.0