diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-09-13 09:30:03 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-09-13 09:46:36 +0200 |
| commit | 1682653cd798bfab721cd1bd53cecf5a90ca98b2 (patch) | |
| tree | 0c0dacff7e5f801523f4e0f9c764745fd7dd2fee /tests/src/cgeo/geocaching/GeocacheTest.java | |
| parent | 48f881c71cb3ea50794c83d9d2ada091fc6c86c2 (diff) | |
| download | cgeo-1682653cd798bfab721cd1bd53cecf5a90ca98b2.zip cgeo-1682653cd798bfab721cd1bd53cecf5a90ca98b2.tar.gz cgeo-1682653cd798bfab721cd1bd53cecf5a90ca98b2.tar.bz2 | |
refactoring: cgeoapplication -> CgeoApplication
Diffstat (limited to 'tests/src/cgeo/geocaching/GeocacheTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/GeocacheTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/GeocacheTest.java b/tests/src/cgeo/geocaching/GeocacheTest.java index 5850c4f..e1c0769 100644 --- a/tests/src/cgeo/geocaching/GeocacheTest.java +++ b/tests/src/cgeo/geocaching/GeocacheTest.java @@ -78,7 +78,7 @@ public class GeocacheTest extends CGeoTestCase { final Waypoint waypoint = waypoints.get(0); assertEquals(new Geopoint("N51 13.888 E007 03.444"), waypoint.getCoords()); // assertEquals("Test", waypoint.getNote()); - assertEquals(cgeoapplication.getInstance().getString(R.string.cache_personal_note) + " 1", waypoint.getName()); + assertEquals(CgeoApplication.getInstance().getString(R.string.cache_personal_note) + " 1", waypoint.getName()); cache.store(StoredList.TEMPORARY_LIST_ID, null); } removeCacheCompletely(geocode); |
