mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 12:11:55 +00:00
Test fixes
This commit is contained in:
parent
90f712fc00
commit
2ebd43f3c6
@ -416,7 +416,8 @@ public class DualProgramTest extends DiffTestAdapter {
|
||||
openSecondProgram(diffTestP1, diffTestP2);
|
||||
JTree tree = findComponent(tool.getToolFrame(), JTree.class);
|
||||
selectTreeNodeByText(tree, "DiffTestPgm1");
|
||||
performAction(removeView, true);
|
||||
ActionContext context = runSwing(() -> programTreeProvider.getActionContext(null));
|
||||
performAction(removeView, context, true);
|
||||
topOfFile(fp1);
|
||||
assertNull(cb.getCurrentAddress());
|
||||
bottomOfFile(fp1);
|
||||
|
Loading…
Reference in New Issue
Block a user