From 9e570867c27b5336f4fa701c84b70fd65791f87c Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 12 Mar 2010 03:36:36 +0000 Subject: add location to svc_phone, RT#7047 --- FS/t/location_Mixin.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/location_Mixin.t (limited to 'FS/t') diff --git a/FS/t/location_Mixin.t b/FS/t/location_Mixin.t new file mode 100644 index 000000000..b6a9bf23f --- /dev/null +++ b/FS/t/location_Mixin.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::location_Mixin; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1