Code to test fetching an individual lot.

master
bspeice 2013-10-18 18:41:19 -04:00
parent 7318fdec9f
commit fe8838b189
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class RegistrationClientTest extends AndroidTestCase {
assertTrue((lots.size() > 0));
}
public void testListLot() {
public void testFetchLot() {
RegistrationClient rc = new RegistrationClient(this.mContext);
ParkingLot lot = rc.listLot(ParkingChoices.BLUE);
assertTrue(lot.getLocation().getValue() == ParkingChoices.BLUE.getValue());