summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
authorivan <ivan>2001-11-03 17:49:52 +0000
committerivan <ivan>2001-11-03 17:49:52 +0000
commitfd72d2af8120195f96826eb044e217dbfcaee1c7 (patch)
tree8f7e468c4e48f24aab10a9c4704a68fb982ca770 /FS/t
parent3802a0ac7cbbae87a45014b0968f0a4186876d52 (diff)
new 'jsearch' call for big joined searches & caching support
preliminary customer browse optimizations, much faster!
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/SearchCache.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/SearchCache.t b/FS/t/SearchCache.t
new file mode 100644
index 000000000..3c26f3528
--- /dev/null
+++ b/FS/t/SearchCache.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::SearchCache;
+$loaded=1;
+print "ok 1\n";