kopia lustrzana https://github.com/JOSM/MapWithAI
Fix broken test (again -- the test areas keep on breaking)
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
6401d0725b
commit
156004a9bb
|
@ -54,8 +54,8 @@ public class RapiDDataUtilsTest {
|
||||||
|
|
||||||
private static BBox getTestBBox() {
|
private static BBox getTestBBox() {
|
||||||
BBox testBBox = new BBox();
|
BBox testBBox = new BBox();
|
||||||
testBBox.add(new LatLon(39.0666521, -108.5707187));
|
testBBox.add(new LatLon(39.0768984, -108.5462553));
|
||||||
testBBox.add(new LatLon(39.0664016, -108.5702225));
|
testBBox.add(new LatLon(39.0776276, -108.5452918));
|
||||||
return testBBox;
|
return testBBox;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue