time/data/etc. unit pricing add-ons, RT#24392
authorIvan Kohler <ivan@freeside.biz>
Wed, 8 Jan 2014 06:57:18 +0000 (22:57 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 8 Jan 2014 06:57:18 +0000 (22:57 -0800)
FS/MANIFEST
FS/t/part_pkg_usageprice.t [new file with mode: 0644]

index bfc47c6..3bed3ee 100644 (file)
@@ -743,3 +743,7 @@ FS/conferencing_type.pm
 t/conferencing_type.t
 FS/conferencing_quality.pm
 t/conferencing_quality.t
 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 (file)
index 0000000..8964839
--- /dev/null
@@ -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";