From 3d14e9d827c8fb53193d7534e3d13ef5aa288660 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 26 Jan 2011 21:16:04 +0000 Subject: 0.06: fix january bug in tests --- t/check.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/check.t') 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'; -- cgit v1.2.1