From a67fd3bbfeec137ebf494e36eaa920145b8509a1 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 1 Jul 2009 10:28:49 +0000 Subject: start of settlement CDR processing, RT#5495 --- FS/t/cdr_termination.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/cdr_termination.t (limited to 'FS/t') diff --git a/FS/t/cdr_termination.t b/FS/t/cdr_termination.t new file mode 100644 index 000000000..7167bf288 --- /dev/null +++ b/FS/t/cdr_termination.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cdr_termination; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1