aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/CgeoApplicationTest.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2013-12-28 12:30:24 +0100
committerSamuel Tardieu <sam@rfc1149.net>2013-12-28 12:30:24 +0100
commit6d22a7cf5152740483a284962df1347c889a9bd1 (patch)
treea8c40b4ab8c7e14bba07079842888142540309f8 /tests/src/cgeo/geocaching/CgeoApplicationTest.java
parent54e28c7f83a79cad59ee80de51eacddbe95bce0a (diff)
downloadcgeo-6d22a7cf5152740483a284962df1347c889a9bd1.zip
cgeo-6d22a7cf5152740483a284962df1347c889a9bd1.tar.gz
cgeo-6d22a7cf5152740483a284962df1347c889a9bd1.tar.bz2
fix typo in tests introduced by previous commit
Diffstat (limited to 'tests/src/cgeo/geocaching/CgeoApplicationTest.java')
-rw-r--r--tests/src/cgeo/geocaching/CgeoApplicationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/CgeoApplicationTest.java b/tests/src/cgeo/geocaching/CgeoApplicationTest.java
index 4583281..183b246 100644
--- a/tests/src/cgeo/geocaching/CgeoApplicationTest.java
+++ b/tests/src/cgeo/geocaching/CgeoApplicationTest.java
@@ -339,7 +339,7 @@ public class CgeoApplicationTest extends CGeoTestCase {
public static void testSearchByViewportNotLoggedIn() {
withMockedLoginDo(new Runnable() {
- public void Crun() {
+ public void run() {
final Strategy strategy = Settings.getLiveMapStrategy();
final Strategy testStrategy = Strategy.FAST; // FASTEST, FAST or DETAILED for tests
Settings.setLiveMapStrategy(testStrategy);