aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-11-10 20:26:21 +0100
committerBananeweizen <bananeweizen@gmx.de>2014-11-10 20:26:21 +0100
commit7b1bbc16efe63e887b2211c48e3c727579ea0d6f (patch)
treec1ab20e979c8d5a2c890a98a54437b387dc40478 /tests
parentd0b76e3272fadb7407a488bd61cf608e76fe2747 (diff)
downloadcgeo-7b1bbc16efe63e887b2211c48e3c727579ea0d6f.zip
cgeo-7b1bbc16efe63e887b2211c48e3c727579ea0d6f.tar.gz
cgeo-7b1bbc16efe63e887b2211c48e3c727579ea0d6f.tar.bz2
refactoring: move LiveMapStrategy enums to map
Diffstat (limited to 'tests')
-rw-r--r--tests/src/cgeo/geocaching/CgeoApplicationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/CgeoApplicationTest.java b/tests/src/cgeo/geocaching/CgeoApplicationTest.java
index 2b04a48..a24ff74 100644
--- a/tests/src/cgeo/geocaching/CgeoApplicationTest.java
+++ b/tests/src/cgeo/geocaching/CgeoApplicationTest.java
@@ -9,7 +9,6 @@ import cgeo.geocaching.connector.gc.GCParser;
import cgeo.geocaching.connector.gc.MapTokens;
import cgeo.geocaching.connector.gc.Tile;
import cgeo.geocaching.enumerations.CacheType;
-import cgeo.geocaching.enumerations.LiveMapStrategy.Strategy;
import cgeo.geocaching.enumerations.LoadFlags;
import cgeo.geocaching.enumerations.LogType;
import cgeo.geocaching.enumerations.StatusCode;
@@ -17,6 +16,7 @@ import cgeo.geocaching.list.StoredList;
import cgeo.geocaching.loaders.RecaptchaReceiver;
import cgeo.geocaching.location.Geopoint;
import cgeo.geocaching.location.Viewport;
+import cgeo.geocaching.maps.LiveMapStrategy.Strategy;
import cgeo.geocaching.settings.Settings;
import cgeo.geocaching.settings.TestSettings;
import cgeo.geocaching.test.RegExPerformanceTest;