aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/SettingsTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/cgeo/geocaching/SettingsTest.java')
-rw-r--r--tests/src/cgeo/geocaching/SettingsTest.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/src/cgeo/geocaching/SettingsTest.java b/tests/src/cgeo/geocaching/SettingsTest.java
index 7713fae..d6b4985 100644
--- a/tests/src/cgeo/geocaching/SettingsTest.java
+++ b/tests/src/cgeo/geocaching/SettingsTest.java
@@ -13,11 +13,6 @@ public class SettingsTest extends ActivityInstrumentationTestCase2<cgeo> {
super(cgeo.class);
}
- @Override
- protected void setUp() throws Exception {
- super.setUp();
- }
-
/**
* access settings.
* this should work fine without an exception (once there was an exception because of the empty map file string)
@@ -30,7 +25,7 @@ public class SettingsTest extends ActivityInstrumentationTestCase2<cgeo> {
}
public static void testSettings() {
- assertEquals(Settings.getMemberStatus(), GCConstants.MEMBER_STATUS_PM);
+ assertEquals(GCConstants.MEMBER_STATUS_PM, Settings.getMemberStatus());
}
public static void testDeviceHasNormalLogin() {