reverting EDT assertion for now (CompositePrintable calls SMTestProxy.getExceptionMark in a pooled thread)

This commit is contained in:
Sergey Simonchik
2014-09-25 14:48:42 +04:00
parent ac5e3c3c69
commit a666cc427b
@@ -299,7 +299,7 @@ public class SMTestProxy extends AbstractTestProxy {
}
public List<? extends SMTestProxy> getChildren() {
ApplicationManager.getApplication().assertIsDispatchThread();
//ApplicationManager.getApplication().assertIsDispatchThread();
return myChildren != null ? myChildren : Collections.<SMTestProxy>emptyList();
}