freeside/FS/t h_cust_svc.t,NONE,1.1 h_Common.t,NONE,1.1 h_svc_acct.t,NONE,1.1 h_svc_broadband.t,NONE,1.1 h_svc_domain.t,NONE,1.1 h_svc_external.t,NONE,1.1 h_svc_forward.t,NONE,1.1 h_svc_www.t,NONE,1.1

ivan ivan at pouncequick.420.am
Wed Dec 29 04:00:12 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/t
In directory pouncequick:/tmp/cvs-serv14192/FS/t

Added Files:
	h_cust_svc.t h_Common.t h_svc_acct.t h_svc_broadband.t 
	h_svc_domain.t h_svc_external.t h_svc_forward.t h_svc_www.t 
Log Message:
historical (immutable) invoice details about services and other history infrastructure

--- NEW FILE: h_svc_acct.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_acct;
$loaded=1;
print "ok 1\n";

--- NEW FILE: h_svc_broadband.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_broadband;
$loaded=1;
print "ok 1\n";

--- NEW FILE: h_svc_domain.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_domain;
$loaded=1;
print "ok 1\n";

--- NEW FILE: h_svc_external.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_external;
$loaded=1;
print "ok 1\n";

--- NEW FILE: h_svc_forward.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_forward;
$loaded=1;
print "ok 1\n";

--- NEW FILE: h_cust_svc.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_cust_svc;
$loaded=1;
print "ok 1\n";

--- NEW FILE: h_svc_www.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_svc_www;
$loaded=1;
print "ok 1\n";

--- NEW FILE: h_Common.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_Common;
$loaded=1;
print "ok 1\n";




More information about the freeside-commits mailing list