forked from organicmaps/organicmaps
build fix
This commit is contained in:
parent
846a4c62f6
commit
ee9cf419db
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ UNIT_CLASS_TEST(AsyncGuiThread, GuidesOnMap_GetGalleryOnMap)
|
|||
{
|
||||
guides_on_map::Api api("http://localhost:34568/");
|
||||
api.SetDelegate(std::make_unique<DelegateForTesting>());
|
||||
m2::AnyRectD viewport = {};
|
||||
m2::AnyRectD::Corners corners = {};
|
||||
uint8_t zoomlevel = 1;
|
||||
|
||||
guides_on_map::GuidesOnMap result{};
|
||||
api.GetGuidesOnMap(viewport, zoomlevel, [&result](guides_on_map::GuidesOnMap const & gallery)
|
||||
api.GetGuidesOnMap(corners, zoomlevel, [&result](guides_on_map::GuidesOnMap const & gallery)
|
||||
{
|
||||
result = gallery;
|
||||
testing::Notify();
|
||||
|
|
Loading…
Add table
Reference in a new issue