diff options
Diffstat (limited to 'tests/src/cgeo/geocaching/cgeoApplicationTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/cgeoApplicationTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/cgeo/geocaching/cgeoApplicationTest.java b/tests/src/cgeo/geocaching/cgeoApplicationTest.java index 91d2320..c4ab0e3 100644 --- a/tests/src/cgeo/geocaching/cgeoApplicationTest.java +++ b/tests/src/cgeo/geocaching/cgeoApplicationTest.java @@ -231,7 +231,7 @@ public class cgeoApplicationTest extends ApplicationTestCase<cgeoapplication> { GC2CJPF mockedCache = new GC2CJPF(); deleteCacheFromDB(mockedCache.getGeocode()); - final String tokens[] = GCBase.getTokens(); + final String[] tokens = GCBase.getTokens(); final Viewport viewport = new Viewport(mockedCache.getCoords(), 0.003, 0.003); // check coords for DETAILED @@ -275,7 +275,7 @@ public class cgeoApplicationTest extends ApplicationTestCase<cgeoapplication> { try { - final String tokens[] = null; // without a valid token we are "logged off" + final String[] tokens = null; // without a valid token we are "logged off" // non premium cache MockedCache cache = new GC2CJPF(); |
