mirror of
https://github.com/bspeice/UNCCGameDay-Test
synced 2024-11-21 15:38:15 -05:00
Remove the test fetch lot location, functionality removed from final
project
This commit is contained in:
parent
4c4443b175
commit
d387b4068e
@ -58,15 +58,6 @@ public class ParkingClientTest extends AndroidTestCase{
|
|||||||
assertTrue(lot.getLocation().getValue() == ParkingChoice.BLUE.getValue());
|
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.
|
* Test rate lot.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user