diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-05-31 14:29:23 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-05-31 14:29:41 +0200 |
| commit | 52eb38dd94788081de7a4c9d84d7e99317408b0a (patch) | |
| tree | 7ebff813d8dfd2cba404eaec6999cce5909decef /tests/src/cgeo/geocaching | |
| parent | 7fec67430be063cc09f94a8c742f359495c60540 (diff) | |
| download | cgeo-52eb38dd94788081de7a4c9d84d7e99317408b0a.zip cgeo-52eb38dd94788081de7a4c9d84d7e99317408b0a.tar.gz cgeo-52eb38dd94788081de7a4c9d84d7e99317408b0a.tar.bz2 | |
fix #2812: attributes parsing
Diffstat (limited to 'tests/src/cgeo/geocaching')
| -rw-r--r-- | tests/src/cgeo/geocaching/cgeoApplicationTest.java | 2 |
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()); } /** |
