[freeside-commits] freeside/FS/t registrar.t, NONE, 1.1 svc_External_Common.t, NONE, 1.1 svc_Parent_Mixin.t, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Fri Dec 29 00:51:34 PST 2006


Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv4384/FS/t

Added Files:
	registrar.t svc_External_Common.t svc_Parent_Mixin.t 
Log Message:
service refactor!

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

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

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



More information about the freeside-commits mailing list