From b80246e68a219a7812eef1150b66b2a9ecae2c1d Mon Sep 17 00:00:00 2001
From: ivan <ivan>
Date: Tue, 16 Apr 2002 21:56:01 +0000
Subject: [PATCH] enable capture.t

---
 t/capture.t | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/t/capture.t b/t/capture.t
index c00ece1..1a667af 100644
--- a/t/capture.t
+++ b/t/capture.t
@@ -1,8 +1,9 @@
 BEGIN { $| = 1; print "1..2\n"; }
 
-print "ok 1 # Skipped: need a valid Authorize.Net login/password to test\n";
-print "ok 2 # Skipped: need a valid Authorize.Net login/password to test\n";
-exit;
+#testing/testing is valid and seems to work...
+#print "ok 1 # Skipped: need a valid Authorize.Net login/password to test\n";
+#print "ok 2 # Skipped: need a valid Authorize.Net login/password to test\n";
+#exit;
 
 use Business::OnlinePayment;
 
-- 
2.20.1