aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-06-12 19:38:44 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-06-12 19:38:44 +0200
commitcf839616a5a195052ea602ecf7abf14209c8a980 (patch)
treed4192342ce2f141c92749a9579e22cdb1a8068eb /tests/src/cgeo/geocaching
parent85cde7bf89e9533d0986587c8ca8c97ee39348bf (diff)
downloadcgeo-cf839616a5a195052ea602ecf7abf14209c8a980.zip
cgeo-cf839616a5a195052ea602ecf7abf14209c8a980.tar.gz
cgeo-cf839616a5a195052ea602ecf7abf14209c8a980.tar.bz2
refactoring: fix name of test case
Diffstat (limited to 'tests/src/cgeo/geocaching')
-rw-r--r--tests/src/cgeo/geocaching/GeocacheTest.java (renamed from tests/src/cgeo/geocaching/CacheTest.java)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/CacheTest.java b/tests/src/cgeo/geocaching/GeocacheTest.java
index 20c7d9e..f3c9a65 100644
--- a/tests/src/cgeo/geocaching/CacheTest.java
+++ b/tests/src/cgeo/geocaching/GeocacheTest.java
@@ -6,7 +6,7 @@ import android.test.AndroidTestCase;
import java.util.Date;
-public class CacheTest extends AndroidTestCase {
+public class GeocacheTest extends AndroidTestCase {
final static private class MockedEventCache extends Geocache {
public MockedEventCache(final Date date) {