diff options
author | ivan <ivan> | 2006-02-18 11:14:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-02-18 11:14:21 +0000 |
commit | fadaa67e77ad8d5d966e252aba7f193e9e3840e3 (patch) | |
tree | 8f425d82a445dd5ba6ed58f316e4b7a6802ef2dc /FS/t/part_pkg-voip_cdr.t | |
parent | 6d27649c93f3f83c14611c790281a7b667062fc0 (diff) |
CDR schema and class
Diffstat (limited to 'FS/t/part_pkg-voip_cdr.t')
-rw-r--r-- | FS/t/part_pkg-voip_cdr.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_pkg-voip_cdr.t b/FS/t/part_pkg-voip_cdr.t new file mode 100644 index 000000000..2d988a34f --- /dev/null +++ b/FS/t/part_pkg-voip_cdr.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg::voip_cdr; +$loaded=1; +print "ok 1\n"; |