diff options
| author | Michael Keppler <michael.keppler@gmx.de> | 2014-04-23 20:11:50 +0200 |
|---|---|---|
| committer | Michael Keppler <michael.keppler@gmx.de> | 2014-04-23 20:11:50 +0200 |
| commit | 48982635331b9ba8643fe34857664564e054de0b (patch) | |
| tree | ff11625c291533f07ec9c0d506f2743a1a6065bd | |
| parent | adbf5b5aad167cdd126b4fa3bead52456d0560d1 (diff) | |
| download | cgeo-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.java | 1 |
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 |
