From 39541291959ba143c5a9e8272b45d49aea654f35 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 18 Oct 2006 23:11:55 +0000 Subject: update test to use Test::More and add hardcoded test account from auth.net, RT#22076 --- t/bop.t | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 't/bop.t') diff --git a/t/bop.t b/t/bop.t index 64332c5..68f5f98 100644 --- a/t/bop.t +++ b/t/bop.t @@ -1,5 +1,5 @@ -BEGIN { $| = 1; print "1..1\n"; } -END {print "not ok 1\n" unless $loaded;} -use Business::OnlinePayment; -$loaded = 1; -print "ok 1\n"; +#!/usr/bin/perl -w + +use Test::More tests => 1; + +use_ok 'Business::OnlinePayment'; -- cgit v1.2.1