testdata changes

This commit is contained in:
Anna Kozlova
2017-06-13 19:12:19 +03:00
parent 3c1ddf213f
commit 4b3e51a69d
4 changed files with 3888 additions and 6157 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -127,7 +127,7 @@ public class LightAdvHighlightingPerformanceTest extends LightDaemonAnalyzerTest
public void testAClassLoader() throws Exception {
List<HighlightInfo> errors = doTest(Math.max(1000, 10000 - JobSchedulerImpl.CORES_COUNT * 1000));
if (171 != errors.size()) {
if (92 != errors.size()) {
doTest(getFilePath("_hl"), false, false);
fail("Actual: " + errors.size());
}