| 30 | string const kUndisputedCountryId = "Argentina_Buenos Aires_North"; |
| 31 | |
| 32 | void Update(CountryId const &, LocalFilePtr const localCountryFile) |
| 33 | { |
| 34 | TEST_EQUAL(localCountryFile->GetCountryName(), kCountryId, ()); |
| 35 | } |
| 36 | |
| 37 | void UpdateWithoutChecks(CountryId const &, LocalFilePtr const /* localCountryFile */) {} |
| 38 |
no test coverage detected