diff options
author | ivan <ivan> | 2011-01-26 21:16:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-01-26 21:16:04 +0000 |
commit | 3d14e9d827c8fb53193d7534e3d13ef5aa288660 (patch) | |
tree | 2b1a507d42e2ef0ad5307c5a131ee36fbee64868 /t/check.t | |
parent | 3522afcdab42daa2351f16e9f17f79d55f0eeb75 (diff) |
0.06: fix january bug in tests
Diffstat (limited to 't/check.t')
-rw-r--r-- | t/check.t | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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'; |