diff options
author | ivan <ivan> | 2009-11-19 09:32:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-19 09:32:34 +0000 |
commit | 8efd6f2dd2b81f42fdd573c3a194dd0eb6e28206 (patch) | |
tree | 0887d9af86eb909415f59b0f960376d7b563d27f /FS/t | |
parent | c8d23c12a5b8cd1bc072e28866bb50372b8035a1 (diff) |
proper cdr_batch table, RT#6386
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/cdr_batch.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/cdr_batch.t b/FS/t/cdr_batch.t new file mode 100644 index 000000000..673a7bd84 --- /dev/null +++ b/FS/t/cdr_batch.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cdr_batch; +$loaded=1; +print "ok 1\n"; |