aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-05-31 17:36:44 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-05-31 17:36:44 +0200
commit091e20a21ee3b19ba94ac01aaa5c51d0c2c0ae6c (patch)
treecfa77743d55af350b15682b309f946acf731d508 /tests/src
parenta182611b4b111f09a6ad8d7228004aa1f8d0ea59 (diff)
downloadcgeo-091e20a21ee3b19ba94ac01aaa5c51d0c2c0ae6c.zip
cgeo-091e20a21ee3b19ba94ac01aaa5c51d0c2c0ae6c.tar.gz
cgeo-091e20a21ee3b19ba94ac01aaa5c51d0c2c0ae6c.tar.bz2
refactoring: revert test to previous state after GC changes
Diffstat (limited to 'tests/src')
-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 82e31f7..a877660 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.COMMUNICATION_ERROR, search.getError());
+ assertEquals(StatusCode.UNPUBLISHED_CACHE, search.getError());
}
/**