Fix search tests

This commit is contained in:
Victor Shcherb 2020-06-17 21:36:06 +02:00
parent 36555ab120
commit 13d3741fea

View file

@ -1036,6 +1036,8 @@ public class SearchCoreFactory {
res.localeName += " " + ref; res.localeName += " " + ref;
} }
} }
} else {
phrase.countUnknownWordsMatch(res, "", null, countExtraWords);
} }
res.object = object; res.object = object;