diff --git a/platform/platform_tests/platform_test.cpp b/platform/platform_tests/platform_test.cpp index 9067942c9f..6dfa58228b 100644 --- a/platform/platform_tests/platform_test.cpp +++ b/platform/platform_tests/platform_test.cpp @@ -49,7 +49,7 @@ UNIT_TEST(WritablePathForFile) UNIT_TEST(ReadPathForFile) { char const * NON_EXISTING_FILE = "mgbwuerhsnmbui45efhdbn34.tmp"; - char const * arr[] = { "drawing_rules.bin", "basic.skn", "classificator.txt", "minsk-pass.wmw" }; + char const * arr[] = { "drawing_rules.bin", "basic.skn", "classificator.txt", "minsk-pass.mwm" }; Platform & p = GetPlatform(); for (size_t i = 0; i < ARRAY_SIZE(arr); ++i) {