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


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";




More information about the freeside-commits mailing list