diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2014-11-24 07:22:59 +0100 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2014-11-24 07:22:59 +0100 |
commit | a112fb84cc991084d0554b8360fef59ee8d6e49a (patch) | |
tree | df7243c0ec08187314ae869f0ed985fc8ae01eac /tests | |
parent | 700f7600cb8b4428f1f81c6858ebcc1a6e3ecad2 (diff) | |
download | cgeo-a112fb84cc991084d0554b8360fef59ee8d6e49a.zip cgeo-a112fb84cc991084d0554b8360fef59ee8d6e49a.tar.gz cgeo-a112fb84cc991084d0554b8360fef59ee8d6e49a.tar.bz2 |
Javadoc fixes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/cgeo/geocaching/CgeoApplicationTest.java | 6 | ||||
-rw-r--r-- | tests/src/cgeo/geocaching/connector/gc/GCParserTest.java | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/cgeo/geocaching/CgeoApplicationTest.java b/tests/src/cgeo/geocaching/CgeoApplicationTest.java index 02aa9de..8645907 100644 --- a/tests/src/cgeo/geocaching/CgeoApplicationTest.java +++ b/tests/src/cgeo/geocaching/CgeoApplicationTest.java @@ -107,7 +107,7 @@ public class CgeoApplicationTest extends CGeoTestCase { } /** - * Test {@link GCParser#searchByGeocode(String, String, int, boolean, CancellableHandler)} + * Test {@link Geocache#searchByGeocode(String, String, int, boolean, CancellableHandler)} */ @MediumTest public static Geocache testSearchByGeocode(final String geocode) { @@ -283,7 +283,7 @@ public class CgeoApplicationTest extends CGeoTestCase { } /** - * Test {@link ConnectorFactory#searchByViewport(Viewport, String)} + * Test {@link ConnectorFactory#searchByViewport(Viewport, MapTokens)} */ @MediumTest public static void testSearchByViewport() { @@ -338,7 +338,7 @@ public class CgeoApplicationTest extends CGeoTestCase { } /** - * Test {@link ConnectorFactory#searchByViewport(Viewport, String)} + * Test {@link ConnectorFactory#searchByViewport(Viewport, MapTokens)} */ @MediumTest public static void testSearchByViewportNotLoggedIn() { diff --git a/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java b/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java index bfd5cb1..fb7224b 100644 --- a/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java +++ b/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java @@ -93,7 +93,7 @@ public class GCParserTest extends AbstractResourceInstrumentationTestCase { } /** - * Test {@link GCParser#parseCacheFromText(String, int, CancellableHandler)} with "mocked" data + * Test {@link GCParser#parseCacheFromText(String, CancellableHandler)} with "mocked" data * */ @MediumTest |