From 027756090552715f79cd3a4de08ee73091ad99f0 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 22 Feb 2009 19:46:22 +0000 Subject: add h_cust_pkg and h_cust_pkg_reason packages, RT#4896 --- FS/t/h_cust_pkg.t | 5 +++++ FS/t/h_cust_pkg_reason.t | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 FS/t/h_cust_pkg.t create mode 100644 FS/t/h_cust_pkg_reason.t (limited to 'FS/t') diff --git a/FS/t/h_cust_pkg.t b/FS/t/h_cust_pkg.t new file mode 100644 index 000000000..16a8a5d26 --- /dev/null +++ b/FS/t/h_cust_pkg.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_cust_pkg; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/h_cust_pkg_reason.t b/FS/t/h_cust_pkg_reason.t new file mode 100644 index 000000000..b8dae92cf --- /dev/null +++ b/FS/t/h_cust_pkg_reason.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_cust_pkg_reason; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1