mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
Compare commits
2 commits
7f671da253
...
8fad5fc01d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8fad5fc01d | ||
![]() |
fc39df2dd1 |
1 changed files with 2 additions and 2 deletions
|
@ -505,8 +505,8 @@ public class SymbolTreePlugin1Test extends AbstractGhidraHeadedIntegrationTest {
|
|||
DefaultTreeCellEditor cellEditor = (DefaultTreeCellEditor) tree.getCellEditor();
|
||||
JTree jTree = (JTree) AbstractGenericTest.getInstanceField("tree", tree);
|
||||
|
||||
Container container = (Container) cellEditor.getTreeCellEditorComponent(jTree, newNsNode,
|
||||
true, true, true, row);
|
||||
Container container = (Container) runSwing(
|
||||
() -> cellEditor.getTreeCellEditorComponent(jTree, newNsNode, true, true, true, row));
|
||||
JTextField textField = (JTextField) container.getComponent(0);
|
||||
assertEquals("NewNamespace", textField.getText());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue