aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/cgeo/geocaching/SettingsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/SettingsTest.java b/tests/src/cgeo/geocaching/SettingsTest.java
index 04fe2cb..0d395f4 100644
--- a/tests/src/cgeo/geocaching/SettingsTest.java
+++ b/tests/src/cgeo/geocaching/SettingsTest.java
@@ -24,9 +24,9 @@ public class SettingsTest extends ActivityInstrumentationTestCase2<cgeo> {
*/
public static void testSettingsException() {
final String mapFile = Settings.getMapFile();
- assertNotNull(mapFile);
// We just want to ensure that it does not throw any exception but we do not know anything about the result
MapsforgeMapProvider.isValidMapFile(mapFile);
+ assertTrue(true);
}
public static void testSettings() {