diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2015-02-11 19:57:51 +0100 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2015-02-11 19:57:53 +0100 |
commit | a3b675da54936e62266d102a4e192ce1792bcf26 (patch) | |
tree | c1d3be420d359af0757c17254c6ab45e3a69dec5 /tests | |
parent | d52022cf435e8ba509901d9ad0a573c1f46b89ab (diff) | |
download | cgeo-a3b675da54936e62266d102a4e192ce1792bcf26.zip cgeo-a3b675da54936e62266d102a4e192ce1792bcf26.tar.gz cgeo-a3b675da54936e62266d102a4e192ce1792bcf26.tar.bz2 |
Temporarily annotate MapQuest geocoder test with @Suppress
See #4668 for a description of the issue.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/cgeo/geocaching/location/GeocoderTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/location/GeocoderTest.java b/tests/src/cgeo/geocaching/location/GeocoderTest.java index b7f10a3..7cf6d0b 100644 --- a/tests/src/cgeo/geocaching/location/GeocoderTest.java +++ b/tests/src/cgeo/geocaching/location/GeocoderTest.java @@ -13,6 +13,7 @@ import rx.Observable; import android.location.Address; import android.location.Geocoder; +import android.test.suitebuilder.annotation.Suppress; import java.util.Locale; @@ -45,6 +46,7 @@ public class GeocoderTest extends CGeoTestCase { testGeocoder(GCGeocoder.getFromLocationName(TEST_ADDRESS), "GC", false); } + @Suppress public static void testMapQuestGeocoder() { final Locale locale = Locale.getDefault(); try { |