mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 15:13:09 +08:00
Xref merge test fixes
This commit is contained in:
+3
-3
@@ -435,7 +435,7 @@ public class ClipboardPluginTest extends AbstractGhidraHeadedIntegrationTest {
|
||||
String operandPrefix = "dword ptr [EBP + ";
|
||||
String operandReferenceName = "destStr]";
|
||||
OperandFieldLocation variableOperandReferenceLocation = new OperandFieldLocation(program,
|
||||
addr("0100416c"), null, addr("0x8"), operandPrefix + operandReferenceName, 1, 9);
|
||||
addr("0100416c"), null, addr("0x8"), operandPrefix + operandReferenceName, 0, 9);
|
||||
codeBrowserPlugin.goTo(variableOperandReferenceLocation);
|
||||
|
||||
DockingAction pasteAction = getAction(codeBrowserClipboardProvider, PASTE_ACTION_NAME);
|
||||
@@ -1551,8 +1551,8 @@ public class ClipboardPluginTest extends AbstractGhidraHeadedIntegrationTest {
|
||||
}
|
||||
|
||||
/*
|
||||
* We remove the FieldPanel focus listeners for these tests, as when they lose focus,
|
||||
* the selection mechanism does not work as expected. Focus changes can happen
|
||||
* We remove the FieldPanel focus listeners for these tests, as when they lose focus,
|
||||
* the selection mechanism does not work as expected. Focus changes can happen
|
||||
* indeterminately during parallel batch testing.
|
||||
*/
|
||||
private void removeFieldPanelFocusListeners(Container c) {
|
||||
|
||||
Reference in New Issue
Block a user