[freeside-commits] freeside/FS/t inventory_class.t, NONE, 1.1 inventory_item.t, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Wed Mar 8 02:05:02 PST 2006


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

Added Files:
	inventory_class.t inventory_item.t 
Log Message:
Add a new table for inventory with for DIDs/serials/etc., and an additional
new table for inventory category (i.e. to distinguish DIDs, serials, MACs,
etc.)

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

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



More information about the freeside-commits mailing list