diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2012-11-27 17:53:24 +0100 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2012-11-27 17:53:24 +0100 |
| commit | 1d7eb66fcf0be1b50db0c13bbb0cdc7a75f9b6a9 (patch) | |
| tree | 854a364cb4b76d17e794e85b3d595d400ba301c2 /tests/src/cgeo/geocaching/compatibility | |
| parent | 7724ac89e4fbf295c43afccff7b513327eed5892 (diff) | |
| download | cgeo-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.java | 2 |
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 |
