From 40765f11f49f15dd9a0a040b631228b45c7211a5 Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sat, 2 Mar 2013 12:13:56 +0100 Subject: fix #2534: Updating a OC.de cache doubles the cache description --- tests/src/cgeo/geocaching/cgeoApplicationTest.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/src/cgeo/geocaching/cgeoApplicationTest.java') 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); -- cgit v1.1