mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 00:42:03 +08:00
Merge remote-tracking branch 'origin/GP-0_ghidragon_fixing_encoded_string_test'
This commit is contained in:
+1
-1
@@ -435,8 +435,8 @@ public class EncodedStringsDialog extends DialogComponentProvider {
|
||||
table.getSelectionModel().addListSelectionListener(e -> selectedRowChange());
|
||||
|
||||
table.installNavigation(tool);
|
||||
filterPanel.getAccessibleContext().setAccessibleName("Filter");
|
||||
filterPanel = new GhidraTableFilterPanel<>(table, tableModel);
|
||||
filterPanel.getAccessibleContext().setAccessibleName("Filter");
|
||||
}
|
||||
|
||||
private void buildCharsetPickerComponents() {
|
||||
|
||||
-2
@@ -41,7 +41,6 @@ public class EncodedStringsDialogTest extends AbstractProgramBasedTest {
|
||||
private EncodedStringsTableModel tableModel;
|
||||
private EncodedStringsPlugin plugin;
|
||||
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
initialize();
|
||||
@@ -177,7 +176,6 @@ public class EncodedStringsDialogTest extends AbstractProgramBasedTest {
|
||||
Swing.runNow(() -> dialog.getCreateButton().doClick());
|
||||
|
||||
waitForSwing();
|
||||
|
||||
data = program.getListing().getDataAt(addr(0x100));
|
||||
assertNotNull(data);
|
||||
assertTrue(data.getDataType() instanceof AbstractStringDataType);
|
||||
|
||||
Reference in New Issue
Block a user