Remove the test fetch lot location, functionality removed from final

project
master
bspeice 2013-12-08 23:05:40 -05:00
parent 4c4443b175
commit d387b4068e
1 changed files with 0 additions and 9 deletions

View File

@ -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.
*