anonymous threads converted to named

This commit is contained in:
Alexey Kudravtsev
2015-12-07 14:25:20 +03:00
parent 7aa003232a
commit 60b0e96c2b
@@ -892,7 +892,7 @@ public class FindManagerTest extends DaemonAnalyzerTestCase {
result.set(new FindResultImpl());
}
}, progressIndicatorBase);
});
}, "runAsyncTest");
thread.start();
progressStarted.await();