summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2009-10-29 18:38:09 +0000
committerivan <ivan>2009-10-29 18:38:09 +0000
commitfcc3ddbd03b97b88bf04f6984d7fd3c443fb14b5 (patch)
tree3982ce563d7b0fa726ae033aadf92748350b2123 /FS/t
parent9d77a21db3642ca66d9a0e545b804b7e6b4090ee (diff)
customer classification, RT#6376
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/category_Common.t5
-rw-r--r--FS/t/class_Common.t5
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/category_Common.t b/FS/t/category_Common.t
new file mode 100644
index 000000000..b8bd9e230
--- /dev/null
+++ b/FS/t/category_Common.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::category_Common;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/class_Common.t b/FS/t/class_Common.t
new file mode 100644
index 000000000..9ac809b0b
--- /dev/null
+++ b/FS/t/class_Common.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::class_Common;
+$loaded=1;
+print "ok 1\n";