[freeside-commits] freeside/FS/t addr_block.t, NONE, 1.1.2.1 router.t, NONE, 1.1.2.1
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Apr 17 20:29:29 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail.420.am:/tmp/cvs-serv31768/FS/t
Added Files:
Tag: FREESIDE_1_7_BRANCH
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