aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-05-31 14:36:27 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-05-31 14:36:27 +0200
commitc530117f099bb4bd6bd9e7ac698d737a3f0a0104 (patch)
treed8dc14ceb8a5b89a0f49e08668ce52b8358466d2 /tests/src/cgeo/geocaching
parent1620afb49182905e4142ceb8d13c4cab8c1f83cd (diff)
parentaad2f5416894facb12f5003b58f92514b9b89567 (diff)
downloadcgeo-c530117f099bb4bd6bd9e7ac698d737a3f0a0104.zip
cgeo-c530117f099bb4bd6bd9e7ac698d737a3f0a0104.tar.gz
cgeo-c530117f099bb4bd6bd9e7ac698d737a3f0a0104.tar.bz2
Merge remote-tracking branch 'origin/release'
Diffstat (limited to 'tests/src/cgeo/geocaching')
-rw-r--r--tests/src/cgeo/geocaching/cgeoApplicationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/cgeoApplicationTest.java b/tests/src/cgeo/geocaching/cgeoApplicationTest.java
index a877660..82e31f7 100644
--- a/tests/src/cgeo/geocaching/cgeoApplicationTest.java
+++ b/tests/src/cgeo/geocaching/cgeoApplicationTest.java
@@ -121,7 +121,7 @@ public class cgeoApplicationTest extends CGeoTestCase {
public static void testSearchByGeocodeNotExisting() {
final SearchResult search = Geocache.searchByGeocode("GC123456", null, 0, true, null);
assertNotNull(search);
- assertEquals(StatusCode.UNPUBLISHED_CACHE, search.getError());
+ assertEquals(StatusCode.COMMUNICATION_ERROR, search.getError());
}
/**