From d387b4068e17c650a3e8460806073deb9f602663 Mon Sep 17 00:00:00 2001 From: bspeice Date: Sun, 8 Dec 2013 23:05:40 -0500 Subject: [PATCH] Remove the test fetch lot location, functionality removed from final project --- src/com/uncc/gameday/parking/test/ParkingClientTest.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/com/uncc/gameday/parking/test/ParkingClientTest.java b/src/com/uncc/gameday/parking/test/ParkingClientTest.java index 938e92d..37dea3e 100644 --- a/src/com/uncc/gameday/parking/test/ParkingClientTest.java +++ b/src/com/uncc/gameday/parking/test/ParkingClientTest.java @@ -58,15 +58,6 @@ public class ParkingClientTest extends AndroidTestCase{ assertTrue(lot.getLocation().getValue() == ParkingChoice.BLUE.getValue()); } - /** - * Test fetch location. - */ - public void testFetchLocation() { - ParkingClient pc = new ParkingClient(this.mContext); - ParkingLot l = pc.listLot(ParkingChoice.GOLD); - assertTrue((l.getCoordinate().getLatitude() != 0)); - } - /** * Test rate lot. *