forked from organicmaps/organicmaps
[new downloader] Test fix after updating data
This commit is contained in:
parent
ca8caab239
commit
7acaa6d6dd
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ UNIT_TEST(StorageTest_CalcLimitRect)
|
|||
|
||||
m2::RectD const boundingBox = CalcLimitRect("Algeria", storage, *countryInfoGetter);
|
||||
m2::RectD const expectedBoundingBox = {-8.6689 /* minX */, 19.32443 /* minY */,
|
||||
11.99734 /* maxX */, 40.2488 /* maxY */};
|
||||
11.99734 /* maxX */, 45.23 /* maxY */};
|
||||
|
||||
TEST(AlmostEqualRectsAbs(boundingBox, expectedBoundingBox), ());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue