aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2012-04-20 15:12:31 +0200
committerSamuel Tardieu <sam@rfc1149.net>2012-04-20 15:12:31 +0200
commite4bb33582ae4a5fc200f04f0779e3ac7f67d20e2 (patch)
tree0a0e5cf972e705e6c6738c615591375edef01769 /tests/src/cgeo
parent24f45d4113155204ce928948ec0d11f565528560 (diff)
downloadcgeo-e4bb33582ae4a5fc200f04f0779e3ac7f67d20e2.zip
cgeo-e4bb33582ae4a5fc200f04f0779e3ac7f67d20e2.tar.gz
cgeo-e4bb33582ae4a5fc200f04f0779e3ac7f67d20e2.tar.bz2
Refactoring: move Direction out of Geopoint
Directions deserve their own package to make it clearer of who use them.
Diffstat (limited to 'tests/src/cgeo')
-rw-r--r--tests/src/cgeo/geocaching/geopoint/GeopointTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/cgeo/geocaching/geopoint/GeopointTest.java b/tests/src/cgeo/geocaching/geopoint/GeopointTest.java
index 7990489..76a9496 100644
--- a/tests/src/cgeo/geocaching/geopoint/GeopointTest.java
+++ b/tests/src/cgeo/geocaching/geopoint/GeopointTest.java
@@ -1,8 +1,8 @@
package cgeo.geocaching.geopoint;
-import cgeo.geocaching.geopoint.Geopoint.DDD;
-import cgeo.geocaching.geopoint.Geopoint.DMM;
-import cgeo.geocaching.geopoint.Geopoint.DMS;
+import cgeo.geocaching.geopoint.direction.DDD;
+import cgeo.geocaching.geopoint.direction.DMM;
+import cgeo.geocaching.geopoint.direction.DMS;
import android.os.Bundle;
import android.test.AndroidTestCase;