Change road restriction test message to correct variant.

This commit is contained in:
Vladimir Byko-Ianko 2018-08-29 09:31:22 +03:00 committed by Tatiana Yan
parent f864d990e1
commit d934d0551c

View file

@ -62,7 +62,7 @@ void LoadRestrictions(string const & mwmFilePath, RestrictionVec & restrictions)
}
catch (Reader::OpenException const & e)
{
TEST(false, ("Error while reading", ROAD_ACCESS_FILE_TAG, "section.", e.Msg()));
TEST(false, ("Error while reading", RESTRICTIONS_FILE_TAG, "section.", e.Msg()));
}
}