X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fpart_pkg_usageprice.t;fp=FS%2Ft%2Fpart_pkg_usageprice.t;h=8964839c10e75a7af4b83c75faa14c79a061088e;hb=49809d3653e7ac4951d36716dce3cd25ba9c3728;hp=0000000000000000000000000000000000000000;hpb=4427ad71b12bf27eac2a05d88141a82f9372d03f;p=freeside.git 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";