From 272a6f84e80c4f0fa0d0688dbc321c0cce6f7c2b Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 5 Dec 2011 14:22:47 +0300 Subject: [PATCH] [platform] Fixed unit test --- platform/platform_tests/platform_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform_tests/platform_test.cpp b/platform/platform_tests/platform_test.cpp index 1b13c108b2..cd91f51488 100644 --- a/platform/platform_tests/platform_test.cpp +++ b/platform/platform_tests/platform_test.cpp @@ -40,7 +40,7 @@ UNIT_TEST(WritablePathForFile) UNIT_TEST(GetReader) { char const * NON_EXISTING_FILE = "mgbwuerhsnmbui45efhdbn34.tmp"; - char const * arr[] = { "drules_proto.txt", "basic.skn", "classificator.txt", "minsk-pass.mwm" }; + char const * arr[] = { "drules_proto.txt", "basic_ldpi.skn", "classificator.txt", "minsk-pass.mwm" }; Platform & p = GetPlatform(); for (size_t i = 0; i < ARRAY_SIZE(arr); ++i) {