summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplobbes <plobbes>2007-01-19 16:15:25 +0000
committerplobbes <plobbes>2007-01-19 16:15:25 +0000
commite1bf5c280a8581314d4832de6d1baf2181b389c6 (patch)
treed323d4d6b53b58b8eb11d90673fd6748fdea53b0
parent8cda2398c5b23f5c76fcfa1ca9b0bf4770fc6a3c (diff)
- "use" test was moved to 00load.t
-rw-r--r--t/bop.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/bop.t b/t/bop.t
index cff3306..ba4c6cd 100644
--- a/t/bop.t
+++ b/t/bop.t
@@ -2,9 +2,9 @@
use strict;
use warnings;
-use Test::More tests => 58;
+use Test::More tests => 57;
-BEGIN { use_ok("Business::OnlinePayment") or exit; }
+use Business::OnlinePayment;
{ # fake test driver 1 (no submit method)