aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2015-07-26 17:12:00 +0200
committerBananeweizen <bananeweizen@gmx.de>2015-07-26 17:12:00 +0200
commitaf8b82f2dbd302a66a204029852d090122549503 (patch)
tree6afc879e0d89734816ba75a29794cfddaa725e1d /tests
parent65108ab7bd4e70c1f2f8eb44a2c4c56de0d362d2 (diff)
downloadcgeo-af8b82f2dbd302a66a204029852d090122549503.zip
cgeo-af8b82f2dbd302a66a204029852d090122549503.tar.gz
cgeo-af8b82f2dbd302a66a204029852d090122549503.tar.bz2
refactoring: simplify package name
Diffstat (limited to 'tests')
-rw-r--r--tests/src/cgeo/geocaching/apps/navi/NavigationAppFactoryTest.java (renamed from tests/src/cgeo/geocaching/apps/cache/navi/NavigationAppFactoryTest.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/cgeo/geocaching/apps/cache/navi/NavigationAppFactoryTest.java b/tests/src/cgeo/geocaching/apps/navi/NavigationAppFactoryTest.java
index 894d028..6eadd26 100644
--- a/tests/src/cgeo/geocaching/apps/cache/navi/NavigationAppFactoryTest.java
+++ b/tests/src/cgeo/geocaching/apps/navi/NavigationAppFactoryTest.java
@@ -1,8 +1,8 @@
-package cgeo.geocaching.apps.cache.navi;
+package cgeo.geocaching.apps.navi;
import static org.assertj.core.api.Assertions.assertThat;
-import cgeo.geocaching.apps.cache.navi.NavigationAppFactory.NavigationAppsEnum;
+import cgeo.geocaching.apps.navi.NavigationAppFactory.NavigationAppsEnum;
import java.util.HashSet;