From: plobbes Date: Fri, 19 Jan 2007 16:15:25 +0000 (+0000) Subject: - "use" test was moved to 00load.t X-Git-Tag: BUSINESS_ONLINEPAYMENT_3_00_06~10 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment.git;a=commitdiff_plain;h=e1bf5c280a8581314d4832de6d1baf2181b389c6 - "use" test was moved to 00load.t --- 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)