summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-08 11:25:07 -0700
committerMark Wells <mark@freeside.biz>2016-09-08 11:25:07 -0700
commit9a9f45c82bc7901cfa94b6e64a2e3e4d5b15abff (patch)
treea7abbfd6c9224bef21565d337974ceee979880b0 /FS/t
parent91c2a52f4d319809c3a248bb31aa72aecb38ade2 (diff)
saved searches, core stuff, #72101
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/saved_search.t5
-rw-r--r--FS/t/saved_search_option.t5
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/saved_search.t b/FS/t/saved_search.t
new file mode 100644
index 000000000..8155c6d76
--- /dev/null
+++ b/FS/t/saved_search.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::saved_search;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/saved_search_option.t b/FS/t/saved_search_option.t
new file mode 100644
index 000000000..f30bfb806
--- /dev/null
+++ b/FS/t/saved_search_option.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::saved_search_option;
+$loaded=1;
+print "ok 1\n";