[freeside-commits] freeside/FS/t elec_general.t, NONE, 1.1.2.1 svc_elec.t, NONE, 1.1.2.1 transaction810.t, NONE, 1.1.2.1 transaction867.t, NONE, 1.1.2.1 usage_elec.t, NONE, 1.1.2.1 usage_elec_transaction867.t, NONE, 1.1.2.1

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Aug 2 12:49:23 PDT 2010


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

Added Files:
      Tag: svc_elec_features
	elec_general.t svc_elec.t transaction810.t transaction867.t 
	usage_elec.t usage_elec_transaction867.t 
Log Message:
add svc_elec_features merged from reference code RT#7643

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

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

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

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

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

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



More information about the freeside-commits mailing list