diff options
| author | blafoo <github@blafoo.de> | 2011-12-21 15:41:01 +0100 |
|---|---|---|
| committer | blafoo <github@blafoo.de> | 2011-12-25 09:21:34 +0100 |
| commit | 0f0a896d59d6acea0882ea9bcb113b294a008155 (patch) | |
| tree | d6593a399ac704da2dae1ab9231c638223beefdb /tests/src/cgeo/geocaching/ParserTest.java | |
| parent | fa52fefb4b7440eb1011ba412eaa43e7700ff0ef (diff) | |
| download | cgeo-0f0a896d59d6acea0882ea9bcb113b294a008155.zip cgeo-0f0a896d59d6acea0882ea9bcb113b294a008155.tar.gz cgeo-0f0a896d59d6acea0882ea9bcb113b294a008155.tar.bz2 | |
Refactored/renamed cgSearch/cgWrapCache
Diffstat (limited to 'tests/src/cgeo/geocaching/ParserTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/ParserTest.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/src/cgeo/geocaching/ParserTest.java b/tests/src/cgeo/geocaching/ParserTest.java deleted file mode 100644 index 18a11df..0000000 --- a/tests/src/cgeo/geocaching/ParserTest.java +++ /dev/null @@ -1,14 +0,0 @@ -package cgeo.geocaching; - -import cgeo.geocaching.test.AbstractResourceInstrumentationTestCase; -import cgeo.geocaching.test.R; - -public class ParserTest extends AbstractResourceInstrumentationTestCase { - - public void testOwnerDecoding() { - cgCacheWrap caches = cgBase.parseCacheFromText(getFileContent(R.raw.gc1zxez), 0, null); - assertEquals(1, caches.cacheList.size()); - final cgCache cache = caches.cacheList.get(0); - assertEquals("Ms.Marple/Mr.Stringer", cache.getOwnerReal()); - } -}
\ No newline at end of file |
