From 49809d3653e7ac4951d36716dce3cd25ba9c3728 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 7 Jan 2014 22:57:18 -0800 Subject: [PATCH] time/data/etc. unit pricing add-ons, RT#24392 --- FS/MANIFEST | 4 ++++ FS/t/part_pkg_usageprice.t | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 FS/t/part_pkg_usageprice.t diff --git a/FS/MANIFEST b/FS/MANIFEST index bfc47c68f..3bed3eef1 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -743,3 +743,7 @@ FS/conferencing_type.pm t/conferencing_type.t FS/conferencing_quality.pm t/conferencing_quality.t +FS/svc_video.pm +t/svc_video.t +FS/part_pkg_usageprice.pm +t/part_pkg_usageprice.t diff --git a/FS/t/part_pkg_usageprice.t b/FS/t/part_pkg_usageprice.t new file mode 100644 index 000000000..8964839c1 --- /dev/null +++ b/FS/t/part_pkg_usageprice.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg_usageprice; +$loaded=1; +print "ok 1\n"; -- 2.11.0