X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-PaymentsGateway.git;a=blobdiff_plain;f=t%2Fcheck.t;h=6ca16c6c92cd5178b8865fe73cd60a2701947c4b;hp=00a95402f4eeca282a06ec90d6f644988aa4234a;hb=HEAD;hpb=985f61a54aaed4cf0041c41483c3de96796fe581 diff --git a/t/check.t b/t/check.t index 00a9540..6ca16c6 100644 --- a/t/check.t +++ b/t/check.t @@ -1,4 +1,8 @@ -BEGIN { $| = 1; print "1..1\n"; } +#BEGIN { $| = 1; print "1..1\n"; } +use Test::More tests => 1; + +SKIP: { + skip "test account no longer available", 1; use Business::OnlinePayment; @@ -28,3 +32,5 @@ if($ctx->is_success()) { warn $ctx->result_code. ': '. $ctx->error_message(); print "not ok 1 (".$ctx->error_message().")\n"; } + +}