test adjust
This commit is contained in:
parent
b98a576fe3
commit
c03f21b72f
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ public class RouteServerTest {
|
||||||
InputStream inputStream = httpConnection.getInputStream();
|
InputStream inputStream = httpConnection.getInputStream();
|
||||||
JSONObject geoJson = new JSONObject(new String(inputStream.readAllBytes(), StandardCharsets.UTF_8));
|
JSONObject geoJson = new JSONObject(new String(inputStream.readAllBytes(), StandardCharsets.UTF_8));
|
||||||
Assert.assertEquals(2, geoJson.query("/features/0/properties/voicehints/0/1")); // TL
|
Assert.assertEquals(2, geoJson.query("/features/0/properties/voicehints/0/1")); // TL
|
||||||
Assert.assertEquals(1, geoJson.query("/features/0/properties/voicehints/1/1")); // C
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in a new issue