quotations, RT#16996
authorIvan Kohler <ivan@freeside.biz>
Mon, 2 Jul 2012 21:23:49 +0000 (14:23 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 2 Jul 2012 21:23:49 +0000 (14:23 -0700)
FS/t/Quotable_Mixin.t [new file with mode: 0644]
FS/t/quotation.t [new file with mode: 0644]
FS/t/quotation_pkg.t [new file with mode: 0644]
FS/t/quotation_pkg_discount.t [new file with mode: 0644]

diff --git a/FS/t/Quotable_Mixin.t b/FS/t/Quotable_Mixin.t
new file mode 100644 (file)
index 0000000..cb0a561
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::Quotable_Mixin;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/quotation.t b/FS/t/quotation.t
new file mode 100644 (file)
index 0000000..effcac6
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::quotation;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/quotation_pkg.t b/FS/t/quotation_pkg.t
new file mode 100644 (file)
index 0000000..5164c7e
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::quotation_pkg;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/quotation_pkg_discount.t b/FS/t/quotation_pkg_discount.t
new file mode 100644 (file)
index 0000000..a1c5f53
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::quotation_pkg_discount;
+$loaded=1;
+print "ok 1\n";