forked from organicmaps/organicmaps
[windows] Coding: Tests: file_container_test: Comment out most tests dut to FilesMappingContainer not implemented for Windows.
This commit is contained in:
parent
13a2a8018a
commit
611e927509
1 changed files with 5 additions and 0 deletions
|
@ -205,6 +205,9 @@ UNIT_TEST(FilesContainer_RewriteExisting)
|
|||
FileWriter::DeleteFileX(fName);
|
||||
}
|
||||
|
||||
// Currently FilesMappingContainer doesn't work for windows.
|
||||
#ifndef OMIM_OS_WINDOWS
|
||||
|
||||
UNIT_TEST(FilesMappingContainer_Handle)
|
||||
{
|
||||
string const fName = "file_container.tmp";
|
||||
|
@ -323,3 +326,5 @@ UNIT_TEST(FilesMappingContainer_PageSize)
|
|||
|
||||
FileWriter::DeleteFileX(fName);
|
||||
}
|
||||
|
||||
#endif // OMIM_OS_WINDOWS
|
||||
|
|
Loading…
Add table
Reference in a new issue