diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2012-06-08 10:34:23 +0200 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2012-06-08 10:34:23 +0200 |
| commit | 95b5e9a81052f15328d81716f17d9b670bd88567 (patch) | |
| tree | 7174f83a4f21feac1873724fc1752064c33fee68 /tests/src/cgeo/geocaching/cgeoApplicationTest.java | |
| parent | b2e5e4ade32bacd540b27177067fb48eb796fcd6 (diff) | |
| download | cgeo-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.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 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 */ |
