[freeside-commits] freeside/FS/t msa.t, NONE, 1.1 rate_center.t, NONE, 1.1

Erik Levinson levinse at wavetail.420.am
Thu Apr 14 20:04:14 PDT 2011


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

Added Files:
	msa.t rate_center.t 
Log Message:
FS/FS/msa.pm

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

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



More information about the freeside-commits mailing list