aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler <michael.keppler@gmx.de>2014-04-23 20:11:50 +0200
committerMichael Keppler <michael.keppler@gmx.de>2014-04-23 20:11:50 +0200
commit48982635331b9ba8643fe34857664564e054de0b (patch)
treeff11625c291533f07ec9c0d506f2743a1a6065bd
parentadbf5b5aad167cdd126b4fa3bead52456d0560d1 (diff)
downloadcgeo-48982635331b9ba8643fe34857664564e054de0b.zip
cgeo-48982635331b9ba8643fe34857664564e054de0b.tar.gz
cgeo-48982635331b9ba8643fe34857664564e054de0b.tar.bz2
testing CI branch selection
Please ignore this trivial change. It is used to verify the CI configuration, which should now select the branch depending on the commit.
-rw-r--r--tests/src/cgeo/geocaching/utils/XmlUtilsTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/cgeo/geocaching/utils/XmlUtilsTest.java b/tests/src/cgeo/geocaching/utils/XmlUtilsTest.java
index a089ee0..bf9c87a 100644
--- a/tests/src/cgeo/geocaching/utils/XmlUtilsTest.java
+++ b/tests/src/cgeo/geocaching/utils/XmlUtilsTest.java
@@ -13,6 +13,7 @@ import junit.framework.TestCase;
public class XmlUtilsTest extends TestCase {
private XmlSerializer xml;
+
private StringWriter stringWriter;
@Override