summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2002-03-22 12:49:43 +0000
committerivan <ivan>2002-03-22 12:49:43 +0000
commitb159f42fa3f48cc2ca3b43773e7661e17d2fb072 (patch)
treea824f6d34a643fad9f381f010637d9dbfd8b01c6 /FS/t
parent415150fe1997eb2688dfd492710f644574e29daf (diff)
more new export...
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/part_export.t5
-rw-r--r--FS/t/part_export_option.t5
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/part_export.t b/FS/t/part_export.t
new file mode 100644
index 000000000..26b398791
--- /dev/null
+++ b/FS/t/part_export.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::part_export;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/part_export_option.t b/FS/t/part_export_option.t
new file mode 100644
index 000000000..13200c213
--- /dev/null
+++ b/FS/t/part_export_option.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::part_export_option;
+$loaded=1;
+print "ok 1\n";