aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/compatibility
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2012-11-27 17:53:24 +0100
committerBananeweizen <Bananeweizen@gmx.de>2012-11-27 17:53:24 +0100
commit1d7eb66fcf0be1b50db0c13bbb0cdc7a75f9b6a9 (patch)
tree854a364cb4b76d17e794e85b3d595d400ba301c2 /tests/src/cgeo/geocaching/compatibility
parent7724ac89e4fbf295c43afccff7b513327eed5892 (diff)
downloadcgeo-1d7eb66fcf0be1b50db0c13bbb0cdc7a75f9b6a9.zip
cgeo-1d7eb66fcf0be1b50db0c13bbb0cdc7a75f9b6a9.tar.gz
cgeo-1d7eb66fcf0be1b50db0c13bbb0cdc7a75f9b6a9.tar.bz2
refactoring: make test compatible with level 4
Diffstat (limited to 'tests/src/cgeo/geocaching/compatibility')
-rw-r--r--tests/src/cgeo/geocaching/compatibility/CompatibilityTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/compatibility/CompatibilityTest.java b/tests/src/cgeo/geocaching/compatibility/CompatibilityTest.java
index 03034f8..35baa8c 100644
--- a/tests/src/cgeo/geocaching/compatibility/CompatibilityTest.java
+++ b/tests/src/cgeo/geocaching/compatibility/CompatibilityTest.java
@@ -11,7 +11,7 @@ public class CompatibilityTest extends ActivityInstrumentationTestCase2<cgeo> {
private cgeo activity;
public CompatibilityTest() {
- super(cgeo.class);
+ super("cgeo.geocaching", cgeo.class);
}
@Override