From: lawrence Date: Thu, 31 Aug 2006 15:08:16 +0000 (+0000) Subject: Doh! Forgot to fix the test count in bop.t X-Git-Tag: BUSINESS_ONLINEPAYMENT_3_00_04~7 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7970453a32726aba2f490c7e67cea29c11935f91;hp=09f4ef51f7d1102f9a4869c8e947f765c728a9c4;p=Business-OnlinePayment.git Doh! Forgot to fix the test count in bop.t --- diff --git a/t/bop.t b/t/bop.t index 7b8f34e..db12334 100644 --- a/t/bop.t +++ b/t/bop.t @@ -1,9 +1,9 @@ #!/usr/bin/perl -# $Id: bop.t,v 1.4 2006-08-31 15:06:32 lawrence Exp $ +# $Id: bop.t,v 1.5 2006-08-31 15:08:16 lawrence Exp $ use strict; use warnings; -use Test::More tests => 49; +use Test::More tests => 50; BEGIN { use_ok("Business::OnlinePayment") or exit; }