summaryrefslogtreecommitdiff
path: root/t/bop.t
diff options
context:
space:
mode:
authorivan <ivan>2006-10-18 23:11:55 +0000
committerivan <ivan>2006-10-18 23:11:55 +0000
commit39541291959ba143c5a9e8272b45d49aea654f35 (patch)
treebf457467de08ab63b2188ade1f851d31e947686c /t/bop.t
parent613a646d7362d686c7b1f241b1bb47db50968de7 (diff)
update test to use Test::More and add hardcoded test account from auth.net, RT#22076
Diffstat (limited to 't/bop.t')
-rw-r--r--t/bop.t10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/bop.t b/t/bop.t
index 64332c5..68f5f98 100644
--- a/t/bop.t
+++ b/t/bop.t
@@ -1,5 +1,5 @@
-BEGIN { $| = 1; print "1..1\n"; }
-END {print "not ok 1\n" unless $loaded;}
-use Business::OnlinePayment;
-$loaded = 1;
-print "ok 1\n";
+#!/usr/bin/perl -w
+
+use Test::More tests => 1;
+
+use_ok 'Business::OnlinePayment';