mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
Test fix for change to delayed action firing
This commit is contained in:
parent
29dfb904e2
commit
21ce9fc12d
1 changed files with 1 additions and 0 deletions
|
@ -595,6 +595,7 @@ public class AutoTableDisassemblerTest extends AbstractGhidraHeadedIntegrationTe
|
||||||
JButton button = getActionButton("Make Selection");
|
JButton button = getActionButton("Make Selection");
|
||||||
assertNotNull(button);
|
assertNotNull(button);
|
||||||
pressButton(button);
|
pressButton(button);
|
||||||
|
waitForSwing();
|
||||||
|
|
||||||
CodeBrowserPlugin cbPlugin = getPlugin(tool, CodeBrowserPlugin.class);
|
CodeBrowserPlugin cbPlugin = getPlugin(tool, CodeBrowserPlugin.class);
|
||||||
ProgramSelection currentSelection = cbPlugin.getCurrentSelection();
|
ProgramSelection currentSelection = cbPlugin.getCurrentSelection();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue