Reworded test names
authorfbriere <fbriere>
Mon, 13 Feb 2006 21:22:51 +0000 (21:22 +0000)
committerfbriere <fbriere>
Mon, 13 Feb 2006 21:22:51 +0000 (21:22 +0000)
t/40live.t

index 4d59f68..0f38f1e 100755 (executable)
@@ -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');