diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2011-12-02 20:10:56 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2011-12-02 20:10:56 +0100 |
| commit | 1e9926c8ba132073f65b5d0ea3e5f68f8533bafd (patch) | |
| tree | 7e3a656682f2a3975ce11c45326cd81f6d5f187b /tests | |
| parent | de27ffc3250f8cc753b0ff4a97114808319b8ecc (diff) | |
| download | cgeo-1e9926c8ba132073f65b5d0ea3e5f68f8533bafd.zip cgeo-1e9926c8ba132073f65b5d0ea3e5f68f8533bafd.tar.gz cgeo-1e9926c8ba132073f65b5d0ea3e5f68f8533bafd.tar.bz2 | |
refactoring: clean some TODOs in the code
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/src/cgeo/geocaching/files/GPXImporterTest.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/cgeo/geocaching/files/GPXImporterTest.java b/tests/src/cgeo/geocaching/files/GPXImporterTest.java index 1ac9a75..95f1218 100644 --- a/tests/src/cgeo/geocaching/files/GPXImporterTest.java +++ b/tests/src/cgeo/geocaching/files/GPXImporterTest.java @@ -1,5 +1,6 @@ package cgeo.geocaching.files; +import cgeo.geocaching.Settings; import cgeo.geocaching.cgCache; import cgeo.geocaching.cgSearch; import cgeo.geocaching.cgeoapplication; @@ -9,6 +10,7 @@ import cgeo.geocaching.utils.CancellableHandler; import android.net.Uri; import android.os.Message; +import android.util.Log; import java.io.File; import java.io.IOException; @@ -66,8 +68,7 @@ public class GPXImporterTest extends AbstractResourceInstrumentationTestCase { try { importThread.join(); } catch (InterruptedException e) { - // TODO Auto-generated catch block - e.printStackTrace(); + Log.e(Settings.tag, "GPXImporterTest.runImportThread", e); } importStepHandler.waitForCompletion(); } |
