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:26:40 -0700
commit78aa70d55d6f9a05e5bb841b719899039133c107 (patch)
treec8c0752cb51303b038b3b81aa3db161da9d06bb2 /FS/t
parent8faa3133a2963d0f9233de652efca06f394337d5 (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";