mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-0 corrected diff apply failures
This commit is contained in:
parent
a414919073
commit
5a156112a0
2 changed files with 10 additions and 8 deletions
|
@ -204,15 +204,15 @@ public class DiffApplyTestAdapter extends DiffTestAdapter {
|
|||
(JComboBox<?>) findComponentByName(settingsPanel, "Code Units Diff Apply CB");
|
||||
refApplyCB = (JComboBox<?>) findComponentByName(settingsPanel, "References Diff Apply CB");
|
||||
plateCommentApplyCB =
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Plate Comments Diff Apply CB");
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Comments, Plate Diff Apply CB");
|
||||
preCommentApplyCB =
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Pre Comments Diff Apply CB");
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Comments, Pre Diff Apply CB");
|
||||
eolCommentApplyCB =
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Eol Comments Diff Apply CB");
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Comments, EOL Diff Apply CB");
|
||||
repeatableCommentApplyCB =
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Repeatable Comments Diff Apply CB");
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Comments, Repeatable Diff Apply CB");
|
||||
postCommentApplyCB =
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Post Comments Diff Apply CB");
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Comments, Post Diff Apply CB");
|
||||
labelApplyCB = (JComboBox<?>) findComponentByName(settingsPanel, "Labels Diff Apply CB");
|
||||
functionApplyCB =
|
||||
(JComboBox<?>) findComponentByName(settingsPanel, "Functions Diff Apply CB");
|
||||
|
|
|
@ -103,6 +103,7 @@ public class DiffTestAdapter extends AbstractGhidraHeadedIntegrationTest {
|
|||
JCheckBox functionCB;
|
||||
JCheckBox bookmarkCB;
|
||||
JCheckBox propertiesCB;
|
||||
JCheckBox sourceMapCB;
|
||||
|
||||
JCheckBox limitToSelectionCB;
|
||||
JTextArea limitText;
|
||||
|
@ -1072,6 +1073,7 @@ public class DiffTestAdapter extends AbstractGhidraHeadedIntegrationTest {
|
|||
functionCB = (JCheckBox) findComponentByName(win, "FunctionsDiffCB");
|
||||
bookmarkCB = (JCheckBox) findComponentByName(win, "BookmarksDiffCB");
|
||||
propertiesCB = (JCheckBox) findComponentByName(win, "PropertiesDiffCB");
|
||||
sourceMapCB = (JCheckBox) findComponentByName(win, "SourceMapDiffCB");
|
||||
|
||||
limitToSelectionCB = (JCheckBox) findComponentByName(win, "LimitToSelectionDiffCB");
|
||||
limitText = (JTextArea) findComponentByName(win, "AddressTextArea");
|
||||
|
@ -1079,7 +1081,7 @@ public class DiffTestAdapter extends AbstractGhidraHeadedIntegrationTest {
|
|||
|
||||
void setAllTypes(boolean select) {
|
||||
setCheckBoxes(select, new JCheckBox[] { programContextCB, byteCB, codeUnitCB, refCB,
|
||||
commentCB, labelCB, functionCB, bookmarkCB, propertiesCB });
|
||||
commentCB, labelCB, functionCB, bookmarkCB, propertiesCB, sourceMapCB });
|
||||
}
|
||||
|
||||
void topOfFile(final FieldPanel fp) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue