mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-18 13:04:15 +08:00
Test fixes
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user