summaryrefslogtreecommitdiff
path: root/t/load.t
diff options
context:
space:
mode:
authorivan <ivan>2005-01-11 06:52:06 +0000
committerivan <ivan>2005-01-11 06:52:06 +0000
commit71f81652cd1bd62d0962647ffb19bf49d681f726 (patch)
treed8acd103e90d81aecbd430d6d7e158549d2ee796 /t/load.t
parent2ad2f28ebc1bda8cebe759058c2d8ba7ad5d288b (diff)
reversing accidentall commit of ::SecureHostingUPG test suite
Diffstat (limited to 't/load.t')
-rw-r--r--t/load.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/load.t b/t/load.t
index 1d6d6bc..cca662e 100644
--- a/t/load.t
+++ b/t/load.t
@@ -7,6 +7,6 @@ BEGIN {
}
END {print "not ok 1\n" unless $loaded;}
-use Business::OnlinePayment::SecureHostingUPG;
+use Business::OnlinePayment::OpenECHO;
$loaded = 1;
print "ok 1\n";