summaryrefslogtreecommitdiff
path: root/t/check.t
diff options
context:
space:
mode:
authorivan <ivan>2011-01-26 21:16:04 +0000
committerivan <ivan>2011-01-26 21:16:04 +0000
commit3d14e9d827c8fb53193d7534e3d13ef5aa288660 (patch)
tree2b1a507d42e2ef0ad5307c5a131ee36fbee64868 /t/check.t
parent3522afcdab42daa2351f16e9f17f79d55f0eeb75 (diff)
0.06: fix january bug in tests
Diffstat (limited to 't/check.t')
-rw-r--r--t/check.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/check.t b/t/check.t
index 7e05a52..721e23a 100644
--- a/t/check.t
+++ b/t/check.t
@@ -1,8 +1,9 @@
#!/usr/bin/perl -w
use Test::More;
+require "t/lib/test_account.pl";
-my($login, $password, %opt) = ('TESTMERCHANT', '', 'Origin' => 'RECURRING' );
+my($login, $password, %opt) = test_account_or_skip('check');
plan tests => 16;
use_ok 'Business::OnlinePayment';