[freeside-commits] freeside/FS/t h_cust_credit.t, NONE, 1.1.2.2 h_cust_pay.t, NONE, 1.1.2.2
Ivan,,,
ivan at wavetail.420.am
Wed Feb 13 19:48:33 PST 2008
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail.420.am:/tmp/cvs-serv19866/t
Added Files:
Tag: FREESIDE_1_7_BRANCH
h_cust_credit.t h_cust_pay.t
Log Message:
add FS::h_cust_pay class
--- NEW FILE: h_cust_credit.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_cust_credit;
$loaded=1;
print "ok 1\n";
--- NEW FILE: h_cust_pay.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_cust_pay;
$loaded=1;
print "ok 1\n";
More information about the freeside-commits
mailing list