[tests] Fixed feature table serialization test.

This commit is contained in:
vng 2015-09-01 15:15:52 +03:00 committed by Alex Zolotarev
parent eaa0c3fd5f
commit 8baa945cfd

View file

@ -97,6 +97,8 @@ namespace feature
FilesContainerR baseContainer(pl.GetReader("minsk-pass" DATA_FILE_EXTENSION));
LocalCountryFile localFile = LocalCountryFile::MakeForTesting(testFileName);
TEST(CountryIndexes::PreparePlaceOnDisk(localFile), ());
string const indexFile = CountryIndexes::GetPath(localFile, CountryIndexes::Index::Offsets);
FileWriter::DeleteFileX(indexFile);