IDEA-88058 Completion popup: toggling alpha vs. usage sorting blocks UI

This commit is contained in:
peter
2012-06-29 22:01:20 +02:00
parent a35a523a88
commit f5daffd107
5 changed files with 67 additions and 60 deletions
@@ -71,7 +71,7 @@ public abstract class CompletionSortingTestCase extends LightFixtureCompletionTe
protected static void refreshSorting(final LookupImpl lookup) {
lookup.setSelectionTouched(false);
lookup.resort();
lookup.resort(true);
}
protected static void imitateItemSelection(final LookupImpl lookup, final int index) {