debugging blinking test

This commit is contained in:
Dmitry Avdeev
2013-01-21 13:07:30 +04:00
parent 47e9b547a3
commit 46e9bfa3fa

View File

@@ -263,6 +263,7 @@ public class InspectionProfileTest extends LightIdeaTestCase {
else {
profile.enableTool(id);
}
assertEquals(0, countInitializedTools(profile));
profile.writeExternal(new Element("profile"));
List<InspectionProfileEntry> initializedTools = getInitializedTools(profile);
if (initializedTools.size() != 1) {