From 7581617a575fcfde748704ef6265dfb02ed6fe08 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Tue, 17 Sep 2013 21:09:32 +0200 Subject: Do not try to hide an unpublished cache to its owner The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo. --- tests/src/cgeo/geocaching/connector/gc/GCParserTest.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/src') diff --git a/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java b/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java index 0ef0108..163cbe7 100644 --- a/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java +++ b/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java @@ -34,11 +34,6 @@ public class GCParserTest extends AbstractResourceInstrumentationTestCase { assertUnpublished(cache); } - public void testUnpublishedCacheOwner() { - final int cache = R.raw.gc433yc_owner_unpublished; - assertUnpublished(cache); - } - private void assertUnpublished(final int cache) { final String page = getFileContent(cache); final SearchResult result = GCParser.parseCacheFromText(page, null); -- cgit v1.1