mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GT-2960 - Docking Actions - Consolidated the multiple methods of adding
dynamic popup actions
This commit is contained in:
parent
785eb5a2a5
commit
ab2a390fca
37 changed files with 375 additions and 341 deletions
|
@ -136,9 +136,8 @@ public class VersionControlScreenShots extends GhidraScreenShotGenerator {
|
|||
@Test
|
||||
public void testVersionHistory() throws Exception {
|
||||
|
||||
VersionHistoryDialog dialog = new VersionHistoryDialog();
|
||||
DomainFile df = createDomainFile();
|
||||
dialog.setDomainFile(df);
|
||||
VersionHistoryDialog dialog = new VersionHistoryDialog(df);
|
||||
runSwing(() -> tool.showDialog(dialog));
|
||||
|
||||
VersionHistoryDialog d = waitForDialogComponent(dialog.getClass());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue