X-Git-Url: http://git.freeside.biz/gitweb/?p=Geo-USCensus-Geocoding.git;a=blobdiff_plain;f=t%2F01-lookup.t;fp=t%2F01-lookup.t;h=212ec4a49ed871e2a3ba31352a525ad1aa5a34ae;hp=6a3fb156783d6f89e0f1cb1c172f463ec0071fc5;hb=9c5e55dee57384a1210044f95f459de72ce063f5;hpb=c349113913af257d59ac7c59296a41a0a0b51f28 diff --git a/t/01-lookup.t b/t/01-lookup.t index 6a3fb15..212ec4a 100644 --- a/t/01-lookup.t +++ b/t/01-lookup.t @@ -16,4 +16,5 @@ ok( $result->is_match ); is( $result->error_message, '', 'error status' ); diag($result->address); diag('Census tract '.$result->censustract); +diag('Latitude '.$result->latitude.', Longitude '.$result->longitude);