aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test/cgDestinationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/cgeo/geocaching/test/cgDestinationTest.java')
-rw-r--r--tests/src/cgeo/geocaching/test/cgDestinationTest.java46
1 files changed, 23 insertions, 23 deletions
diff --git a/tests/src/cgeo/geocaching/test/cgDestinationTest.java b/tests/src/cgeo/geocaching/test/cgDestinationTest.java
index e869e52..d4864d6 100644
--- a/tests/src/cgeo/geocaching/test/cgDestinationTest.java
+++ b/tests/src/cgeo/geocaching/test/cgDestinationTest.java
@@ -1,24 +1,24 @@
-package cgeo.geocaching.test;
-
-import junit.framework.Assert;
-import android.test.AndroidTestCase;
-import cgeo.geocaching.cgDestination;
-import cgeo.geocaching.geopoint.Geopoint;
-
-public class cgDestinationTest extends AndroidTestCase {
-
- cgDestination dest = null;
-
- @Override
- protected void setUp() throws Exception {
- super.setUp();
- dest = new cgDestination(1, 10000, new Geopoint(52.5, 9.33));
- }
-
- public void testSomething() throws Throwable {
- Assert.assertEquals(1, dest.getId());
- Assert.assertEquals(10000, dest.getDate());
- Assert.assertEquals(52.5, dest.getCoords().getLatitude());
- Assert.assertEquals(9.33, dest.getCoords().getLongitude());
- }
+package cgeo.geocaching.test;
+
+import junit.framework.Assert;
+import android.test.AndroidTestCase;
+import cgeo.geocaching.cgDestination;
+import cgeo.geocaching.geopoint.Geopoint;
+
+public class cgDestinationTest extends AndroidTestCase {
+
+ cgDestination dest = null;
+
+ @Override
+ protected void setUp() throws Exception {
+ super.setUp();
+ dest = new cgDestination(1, 10000, new Geopoint(52.5, 9.33));
+ }
+
+ public void testSomething() throws Throwable {
+ Assert.assertEquals(1, dest.getId());
+ Assert.assertEquals(10000, dest.getDate());
+ Assert.assertEquals(52.5, dest.getCoords().getLatitude());
+ Assert.assertEquals(9.33, dest.getCoords().getLongitude());
+ }
} \ No newline at end of file