| 214 | ]})"); |
| 215 | |
| 216 | bool ParentOf(Storage const & storage, string const & parent, string const & country) |
| 217 | { |
| 218 | Country const c = storage.CountryByCountryId(country); |
| 219 | return c.GetParent() == parent; |
| 220 | } |
| 221 | |
| 222 | // This class checks steps Storage::DownloadMap() performs to download a map. |
| 223 | class CountryDownloaderChecker |