summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlawrence <lawrence>2006-08-31 15:08:16 +0000
committerlawrence <lawrence>2006-08-31 15:08:16 +0000
commit7970453a32726aba2f490c7e67cea29c11935f91 (patch)
tree7298ad665c44c53b82cbb2e0bbd42e30939ff9ed
parent09f4ef51f7d1102f9a4869c8e947f765c728a9c4 (diff)
Doh! Forgot to fix the test count in bop.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 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; }