diff options
| author | blafoo <github@blafoo.de> | 2011-08-31 23:08:24 +0200 |
|---|---|---|
| committer | blafoo <github@blafoo.de> | 2011-08-31 23:08:24 +0200 |
| commit | 971bb0dc1d2db6d8c4ba974b68100a8c3d90f9ab (patch) | |
| tree | 2071c5ead33ce11f86b1acdc1d6374b72bb6a005 /src/cgeo/geocaching/test/cgDestinationTest.java | |
| parent | 35dd2d092c0d75d97ae59dc563cbe4a494689cd7 (diff) | |
| download | cgeo-971bb0dc1d2db6d8c4ba974b68100a8c3d90f9ab.zip cgeo-971bb0dc1d2db6d8c4ba974b68100a8c3d90f9ab.tar.gz cgeo-971bb0dc1d2db6d8c4ba974b68100a8c3d90f9ab.tar.bz2 | |
Moved test classes to the new top-level folder tests
Diffstat (limited to 'src/cgeo/geocaching/test/cgDestinationTest.java')
| -rw-r--r-- | src/cgeo/geocaching/test/cgDestinationTest.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/cgeo/geocaching/test/cgDestinationTest.java b/src/cgeo/geocaching/test/cgDestinationTest.java deleted file mode 100644 index 27fd433..0000000 --- a/src/cgeo/geocaching/test/cgDestinationTest.java +++ /dev/null @@ -1,23 +0,0 @@ -package cgeo.geocaching.test;
-
-import junit.framework.Assert;
-import android.test.AndroidTestCase;
-import cgeo.geocaching.cgDestination;
-
-public class cgDestinationTest extends AndroidTestCase {
-
- cgDestination dest = null;
-
- @Override
- protected void setUp() throws Exception {
- super.setUp();
- dest = new cgDestination(1, 10000, 52.5, 9.33);
- }
-
- public void testSomething() throws Throwable {
- Assert.assertEquals(1, dest.getId());
- Assert.assertEquals(10000, dest.getDate());
- Assert.assertEquals(52.5, dest.getLatitude());
- Assert.assertEquals(9.33, dest.getLongitude());
- }
-}
\ No newline at end of file |
