diff options
author | ivan <ivan> | 2010-03-12 03:36:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-12 03:36:36 +0000 |
commit | 9e570867c27b5336f4fa701c84b70fd65791f87c (patch) | |
tree | d1d495861d3dcd54457604e09eecacc813fcbcf1 /FS/t | |
parent | 1cc9a75a47a548fc8a200371c88647f34c71db14 (diff) |
add location to svc_phone, RT#7047
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/location_Mixin.t | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |