GT-2960 - Docking Actions - Consolidated the multiple methods of adding

dynamic popup actions
This commit is contained in:
dragonmacher 2019-07-29 18:20:00 -04:00
parent 785eb5a2a5
commit ab2a390fca
37 changed files with 375 additions and 341 deletions

View file

@ -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());