[freeside-commits] freeside/FS/t part_device.t, NONE, 1.1 phone_device.t, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Mon Jun 29 18:42:57 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail.420.am:/tmp/cvs-serv27146/FS/t
Added Files:
part_device.t phone_device.t
Log Message:
phone devices (for netsapiens integration), RT#5226
--- NEW FILE: phone_device.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::phone_device;
$loaded=1;
print "ok 1\n";
--- NEW FILE: part_device.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_device;
$loaded=1;
print "ok 1\n";
More information about the freeside-commits
mailing list