mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test debugging
This commit is contained in:
+4
-1
@@ -601,7 +601,10 @@ public interface Test {
|
||||
}
|
||||
joinAlarm()
|
||||
joinCompletion()
|
||||
assert !LookupManager.getActiveLookup(another)
|
||||
def l1 = LookupManager.getActiveLookup(another)
|
||||
if (l1) {
|
||||
assert false : l1.items
|
||||
}
|
||||
type 'l'
|
||||
assert lookup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user