aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-06-02 14:28:35 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-06-02 14:28:35 +0200
commitd2d92f04608e0877a648b08e36e8c6155a8947d3 (patch)
tree8de080bfc067bdf69c3f4003610e6344bb98b055 /tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java
parentc2fc75e67cb016ad1884816d5fe432063488359a (diff)
downloadcgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.zip
cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.gz
cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.bz2
refactoring: apply android formatter to all XML files
* makes it easier to compare and find duplicate code
Diffstat (limited to 'tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java')
-rw-r--r--tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java b/tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java
index 2578efa..05b4ee1 100644
--- a/tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java
+++ b/tests/src/cgeo/geocaching/files/SimpleDirChooserUITest.java
@@ -11,7 +11,8 @@ import android.widget.CheckBox;
import java.util.ArrayList;
@TargetApi(Build.VERSION_CODES.FROYO)
-@Suppress() /* This test breaks the continuous integration server, do not run it for now. */
+@Suppress()
+/* This test breaks the continuous integration server, do not run it for now. */
public class SimpleDirChooserUITest extends ActivityInstrumentationTestCase2<SimpleDirChooser> {
private Solo solo;