[freeside-commits] freeside/FS/t addr_block.t, 1.1, 1.2 router.t, 1.1, 1.2
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Apr 17 20:30:00 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail.420.am:/tmp/cvs-serv31906/FS/t
Added Files:
addr_block.t router.t
Log Message:
drag address and router even farther into the century
--- NEW FILE: addr_block.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::addr_block;
$loaded=1;
print "ok 1\n";
--- NEW FILE: router.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::router;
$loaded=1;
print "ok 1\n";
More information about the freeside-commits
mailing list