[freeside-commits] freeside/FS/t part_tag.t, NONE, 1.1.2.2 cust_tag.t, NONE, 1.1.2.2

Ivan,,, ivan at wavetail.420.am
Thu Jul 15 14:47:10 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail.420.am:/tmp/cvs-serv19111/FS/t

Added Files:
      Tag: FREESIDE_1_9_BRANCH
	part_tag.t cust_tag.t 
Log Message:
customer tags, RT#9192

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

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



More information about the freeside-commits mailing list