diff options
author | Michael Keppler <michael.keppler@gmx.de> | 2014-04-22 11:30:54 +0200 |
---|---|---|
committer | Michael Keppler <michael.keppler@gmx.de> | 2014-04-22 11:30:54 +0200 |
commit | 0463307783b48b3abca7abfe72da27ca33e6877f (patch) | |
tree | 2f59ffab0da1c298eef7aba8bc5045fa33c3e605 /tests/src/cgeo | |
parent | 7f4478f4d4d18df3260d24ab95fce818c7bc1bfd (diff) | |
download | cgeo-0463307783b48b3abca7abfe72da27ca33e6877f.zip cgeo-0463307783b48b3abca7abfe72da27ca33e6877f.tar.gz cgeo-0463307783b48b3abca7abfe72da27ca33e6877f.tar.bz2 |
have assertion message for recently failing test
Diffstat (limited to 'tests/src/cgeo')
-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 34ca5eb..91971ca 100644 --- a/tests/src/cgeo/geocaching/CgeoApplicationTest.java +++ b/tests/src/cgeo/geocaching/CgeoApplicationTest.java @@ -54,7 +54,7 @@ public class CgeoApplicationTest extends CGeoTestCase { @SuppressWarnings("static-method") @SmallTest public void testPreconditions() { - assertEquals(StatusCode.NO_ERROR, GCLogin.getInstance().login()); + assertEquals("Login to Geocaching.com failed", StatusCode.NO_ERROR, GCLogin.getInstance().login()); } /** |