Tests: Translations: hide annoying "not found" messages

This commit is contained in:
Alexey Safronov 2024-03-07 17:10:49 +04:00
parent 1c044c0e4c
commit 8b7f837857

View File

@ -1225,8 +1225,8 @@ public class LocalesTest
if (lngKey == null)
{
// wrong
message += $"{++i}. lng='{lng.Language}' key='{enKeyWithVariables.Key}' not found\r\n\r\n";
errorsCount++;
//message += $"{++i}. lng='{lng.Language}' key='{enKeyWithVariables.Key}' not found\r\n\r\n";
//errorsCount++;
continue;
}
@ -1306,8 +1306,8 @@ public class LocalesTest
if (lngKey == null)
{
// wrong
message += $"{++i}. lng='{lng.Language}' key='{enKeyWithTags.Key}' not found\r\n\r\n";
errorsCount++;
//message += $"{++i}. lng='{lng.Language}' key='{enKeyWithTags.Key}' not found\r\n\r\n";
//errorsCount++;
continue;
}