summaryrefslogtreecommitdiff
path: root/FS/t/geocode_cache.t
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-03-14 13:27:33 -0700
committerMark Wells <mark@freeside.biz>2012-03-30 15:13:44 -0700
commit3fd1a0086512ada7b04e211161ac699d932ae1d0 (patch)
tree3705b1d7c4b16d185723af6890ae4eca2b8df211 /FS/t/geocode_cache.t
parentfadc3d69d6a6bceac54fcb52b456222f28c42645 (diff)
alternate address standardization method (TeleAtlas), #13763
Diffstat (limited to 'FS/t/geocode_cache.t')
-rw-r--r--FS/t/geocode_cache.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/geocode_cache.t b/FS/t/geocode_cache.t
new file mode 100644
index 000000000..7cbc58d6d
--- /dev/null
+++ b/FS/t/geocode_cache.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::geocode_cache;
+$loaded=1;
+print "ok 1\n";