test debugging

This commit is contained in:
peter
2011-03-08 20:57:30 +01:00
parent 5350cc60f3
commit a05a2bad5d
@@ -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
}