[platform] Fixed unit test

This commit is contained in:
Alex Zolotarev 2011-12-05 14:22:47 +03:00 committed by Alex Zolotarev
parent 29c808b56a
commit 272a6f84e8

View file

@ -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)
{