diff options
Diffstat (limited to 'tests/src/cgeo/geocaching/StaticMapsProviderTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/StaticMapsProviderTest.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/cgeo/geocaching/StaticMapsProviderTest.java b/tests/src/cgeo/geocaching/StaticMapsProviderTest.java index abc15ae..bd790b4 100644 --- a/tests/src/cgeo/geocaching/StaticMapsProviderTest.java +++ b/tests/src/cgeo/geocaching/StaticMapsProviderTest.java @@ -3,13 +3,14 @@ package cgeo.geocaching; import cgeo.geocaching.enumerations.WaypointType; import cgeo.geocaching.files.LocalStorage; import cgeo.geocaching.geopoint.Geopoint; - -import junit.framework.TestCase; +import cgeo.geocaching.settings.Settings; import android.test.suitebuilder.annotation.Suppress; import java.io.File; +import junit.framework.TestCase; + @Suppress public class StaticMapsProviderTest extends TestCase { |
