summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2007-11-29 02:55:11 +0000
committerivan <ivan>2007-11-29 02:55:11 +0000
commit7d1a133f207a54f9a996e860edd74b16e936c27c (patch)
tree3751b5b76445d2ab4f0fe8af843e8f38ce25bc79 /FS/t
parent7054cae12e246c80dbb239cc71bc28b89d58ef2c (diff)
even more reliable multiple-payment/double-click/concurrent-payment-form protection
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_pay_pending.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cust_pay_pending.t b/FS/t/cust_pay_pending.t
new file mode 100644
index 000000000..9ab2b5e1a
--- /dev/null
+++ b/FS/t/cust_pay_pending.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_pay_pending;
+$loaded=1;
+print "ok 1\n";