diff options
-rw-r--r-- | tests/src/cgeo/geocaching/location/GeocoderTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/cgeo/geocaching/location/GeocoderTest.java b/tests/src/cgeo/geocaching/location/GeocoderTest.java index 7cf6d0b..b7f10a3 100644 --- a/tests/src/cgeo/geocaching/location/GeocoderTest.java +++ b/tests/src/cgeo/geocaching/location/GeocoderTest.java @@ -13,7 +13,6 @@ import rx.Observable; import android.location.Address; import android.location.Geocoder; -import android.test.suitebuilder.annotation.Suppress; import java.util.Locale; @@ -46,7 +45,6 @@ public class GeocoderTest extends CGeoTestCase { testGeocoder(GCGeocoder.getFromLocationName(TEST_ADDRESS), "GC", false); } - @Suppress public static void testMapQuestGeocoder() { final Locale locale = Locale.getDefault(); try { |