- "use" test was moved to 00load.t
authorplobbes <plobbes>
Fri, 19 Jan 2007 16:15:25 +0000 (16:15 +0000)
committerplobbes <plobbes>
Fri, 19 Jan 2007 16:15:25 +0000 (16:15 +0000)
t/bop.t

diff --git a/t/bop.t b/t/bop.t
index cff3306..ba4c6cd 100644 (file)
--- a/t/bop.t
+++ b/t/bop.t
@@ -2,9 +2,9 @@
 
 use strict;
 use warnings;
 
 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)
 
 
 {    # fake test driver 1 (no submit method)