diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-03-02 12:13:56 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-03-02 12:13:56 +0100 |
| commit | 40765f11f49f15dd9a0a040b631228b45c7211a5 (patch) | |
| tree | db22f59bda51b27e18222c02ab288819d8add13d /tests/src/cgeo/geocaching/cgeoApplicationTest.java | |
| parent | c05fb9699b70ec7d9800bf1e7264235dcf621294 (diff) | |
| download | cgeo-40765f11f49f15dd9a0a040b631228b45c7211a5.zip cgeo-40765f11f49f15dd9a0a040b631228b45c7211a5.tar.gz cgeo-40765f11f49f15dd9a0a040b631228b45c7211a5.tar.bz2 | |
fix #2534: Updating a OC.de cache doubles the cache description
Diffstat (limited to 'tests/src/cgeo/geocaching/cgeoApplicationTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/cgeoApplicationTest.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/src/cgeo/geocaching/cgeoApplicationTest.java b/tests/src/cgeo/geocaching/cgeoApplicationTest.java index c1b01e7..9c882a5 100644 --- a/tests/src/cgeo/geocaching/cgeoApplicationTest.java +++ b/tests/src/cgeo/geocaching/cgeoApplicationTest.java @@ -406,11 +406,6 @@ public class cgeoApplicationTest extends CGeoTestCase { } /** Remove cache from DB and cache to ensure that the cache is not loaded from the database */ - private static void deleteCacheFromDB(String geocode) { - cgData.removeCache(geocode, LoadFlags.REMOVE_ALL); - } - - /** Remove cache from DB and cache to ensure that the cache is not loaded from the database */ private static void deleteCacheFromDBAndLogout(String geocode) { deleteCacheFromDB(geocode); |
