summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2010-07-15 21:46:31 +0000
committerivan <ivan>2010-07-15 21:46:31 +0000
commit130c7801e718d55c500e9f777112f51905cad060 (patch)
tree33fb33c18c9a8674c3f81c0ed23d3774335b0849 /FS/t
parent24893d30ecc52b457e37214a598a07c5a0800c23 (diff)
customer tags, RT#9192
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/cust_tag.t5
-rw-r--r--FS/t/part_tag.t5
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/cust_tag.t b/FS/t/cust_tag.t
new file mode 100644
index 000000000..d81042ca2
--- /dev/null
+++ b/FS/t/cust_tag.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::cust_tag;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/part_tag.t b/FS/t/part_tag.t
new file mode 100644
index 000000000..12b7b6533
--- /dev/null
+++ b/FS/t/part_tag.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::part_tag;
+$loaded=1;
+print "ok 1\n";