[freeside-commits] freeside/FS/t h_cust_pkg.t, NONE, 1.1 h_cust_pkg_reason.t, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Sun Feb 22 11:46:23 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail.420.am:/tmp/cvs-serv8714/t

Added Files:
	h_cust_pkg.t h_cust_pkg_reason.t 
Log Message:
add h_cust_pkg and h_cust_pkg_reason packages, RT#4896

--- NEW FILE: h_cust_pkg_reason.t ---
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";

--- NEW FILE: h_cust_pkg.t ---
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";



More information about the freeside-commits mailing list