aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/cgeoApplicationTest.java
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2012-06-08 10:34:23 +0200
committerBananeweizen <Bananeweizen@gmx.de>2012-06-08 10:34:23 +0200
commit95b5e9a81052f15328d81716f17d9b670bd88567 (patch)
tree7174f83a4f21feac1873724fc1752064c33fee68 /tests/src/cgeo/geocaching/cgeoApplicationTest.java
parentb2e5e4ade32bacd540b27177067fb48eb796fcd6 (diff)
downloadcgeo-95b5e9a81052f15328d81716f17d9b670bd88567.zip
cgeo-95b5e9a81052f15328d81716f17d9b670bd88567.tar.gz
cgeo-95b5e9a81052f15328d81716f17d9b670bd88567.tar.bz2
#1744: user name wrongly parsed/written in GPX import/export
Diffstat (limited to 'tests/src/cgeo/geocaching/cgeoApplicationTest.java')
-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 e34fe76..fa0a4b9 100644
--- a/tests/src/cgeo/geocaching/cgeoApplicationTest.java
+++ b/tests/src/cgeo/geocaching/cgeoApplicationTest.java
@@ -385,7 +385,7 @@ public class cgeoApplicationTest extends CGeoTestCase {
Assert.assertEquals("California, United States", GCV2R9.getLocation());
cgCache GC1ZXEZ = cgeoApplicationTest.testSearchByGeocode("GC1ZXEZ");
- Assert.assertEquals("Ms.Marple/Mr.Stringer", GC1ZXEZ.getOwnerReal());
+ Assert.assertEquals("Ms.Marple/Mr.Stringer", GC1ZXEZ.getOwnerUserId());
}
/** Remove cache from DB and cache to ensure that the cache is not loaded from the database */