From d39c996369e2db2922df409ae7c646296380cbaf Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 9 Mar 2011 16:03:38 +0100 Subject: [PATCH] wait a bit --- .../com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy index 6ab60c1f970d..e83e1160870d 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy +++ b/java/java-tests/testSrc/com/intellij/codeInsight/completion/JavaAutoPopupTest.groovy @@ -601,6 +601,7 @@ public interface Test { } joinAlarm() joinCompletion() + joinAlarm() def l1 = LookupManager.getActiveLookup(another) if (l1) { assert false : l1.items