aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/connector/gc/GCParserTest.java
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2013-09-17 21:09:32 +0200
committerSamuel Tardieu <sam@rfc1149.net>2013-09-17 21:13:02 +0200
commit7581617a575fcfde748704ef6265dfb02ed6fe08 (patch)
tree76b8bbb89f47a5ecf02f0e4943a1870b403f2191 /tests/src/cgeo/geocaching/connector/gc/GCParserTest.java
parentd12bf3d30a14dcabbf0292659c46e85aa5418100 (diff)
downloadcgeo-7581617a575fcfde748704ef6265dfb02ed6fe08.zip
cgeo-7581617a575fcfde748704ef6265dfb02ed6fe08.tar.gz
cgeo-7581617a575fcfde748704ef6265dfb02ed6fe08.tar.bz2
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.
Diffstat (limited to 'tests/src/cgeo/geocaching/connector/gc/GCParserTest.java')
-rw-r--r--tests/src/cgeo/geocaching/connector/gc/GCParserTest.java5
1 files changed, 0 insertions, 5 deletions
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);