freeside/FS/t rate.t,NONE,1.1 rate_detail.t,NONE,1.1 rate_region.t,NONE,1.1 rate_prefix.t,NONE,1.1 part_pkg-voip_sqlradacct.t,NONE,1.1
ivan
ivan at pouncequick.420.am
Sat Nov 20 09:26:58 PST 2004
- Previous message: freeside/FS/FS rate.pm,NONE,1.1 rate_detail.pm,NONE,1.1 rate_region.pm,NONE,1.1 rate_prefix.pm,NONE,1.1 cust_svc.pm,1.45,1.46
- Next message: freeside/httemplate/edit rate.cgi,NONE,1.1 rate_region.cgi,NONE,1.1 part_pkg.cgi,1.47,1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/t
In directory pouncequick:/tmp/cvs-serv3612/FS/t
Added Files:
rate.t rate_detail.t rate_region.t rate_prefix.t
part_pkg-voip_sqlradacct.t
Log Message:
first pass at VoIP rating
--- NEW FILE: part_pkg-voip_sqlradacct.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_pkg::voip_sqlradacct;
$loaded=1;
print "ok 1\n";
--- NEW FILE: rate_prefix.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::rate_prefix;
$loaded=1;
print "ok 1\n";
--- NEW FILE: rate.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::rate;
$loaded=1;
print "ok 1\n";
--- NEW FILE: rate_region.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::rate_region;
$loaded=1;
print "ok 1\n";
--- NEW FILE: rate_detail.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::rate_detail;
$loaded=1;
print "ok 1\n";
- Previous message: freeside/FS/FS rate.pm,NONE,1.1 rate_detail.pm,NONE,1.1 rate_region.pm,NONE,1.1 rate_prefix.pm,NONE,1.1 cust_svc.pm,1.45,1.46
- Next message: freeside/httemplate/edit rate.cgi,NONE,1.1 rate_region.cgi,NONE,1.1 part_pkg.cgi,1.47,1.48
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list