forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
c1eba8ce83
commit
b6a51452a0
4 changed files with 8 additions and 1 deletions
|
@ -330,7 +330,7 @@ UNIT_TEST(LocalCountryFile_DoNotDeleteUserFiles)
|
|||
my::LogLevel oldLogLevel = my::g_LogLevel;
|
||||
my::g_LogLevel = LCRITICAL;
|
||||
MY_SCOPE_GUARD(restoreLogLevel, [&oldLogLevel]()
|
||||
{
|
||||
{
|
||||
my::g_LogLevel = oldLogLevel;
|
||||
});
|
||||
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
#include "platform/platform_tests_support/scoped_dir.hpp"
|
||||
|
||||
#include "testing/testing.hpp"
|
||||
|
||||
#include "coding/file_name_utils.hpp"
|
||||
|
||||
#include "base/logging.hpp"
|
||||
|
||||
#include "std/sstream.hpp"
|
||||
|
||||
namespace platform
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "platform/platform.hpp"
|
||||
|
||||
#include "base/macros.hpp"
|
||||
|
||||
#include "std/string.hpp"
|
||||
|
||||
namespace platform
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
#include "platform/country_defines.hpp"
|
||||
#include "platform/platform.hpp"
|
||||
|
||||
#include "base/macros.hpp"
|
||||
|
||||
#include "std/string.hpp"
|
||||
|
||||
namespace platform
|
||||
|
|
Loading…
Add table
Reference in a new issue