mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 11:37:00 +08:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-11-1-21'
This commit is contained in:
+2
-1
@@ -85,7 +85,8 @@ public class CloseToolTest extends AbstractGhidraHeadedIntegrationTest {
|
||||
|
||||
DockingActionIf closeOthersAction = getAction(pm, "Close Others");
|
||||
assertNotNull(closeOthersAction);
|
||||
assertEquals(true, closeOthersAction.isEnabled());
|
||||
ProgramActionContext context = new ProgramActionContext(null, program1);
|
||||
assertEquals(true, closeOthersAction.isEnabledForContext(context));
|
||||
performAction(closeOthersAction, true);
|
||||
|
||||
allOpenPrograms = pm.getAllOpenPrograms();
|
||||
|
||||
Reference in New Issue
Block a user