aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/src/cgeo/geocaching/CgeoApplicationTest.java6
-rw-r--r--tests/src/cgeo/geocaching/connector/gc/GCParserTest.java2
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