mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Tests - fixed tests related to rename of the next/previous actions
This commit is contained in:
parent
3b3b7259bc
commit
6d604afe31
5 changed files with 8 additions and 8 deletions
|
@ -2291,7 +2291,7 @@ public abstract class AbstractFunctionGraphTest extends AbstractGhidraHeadedInte
|
|||
}
|
||||
|
||||
protected void navigateBack() {
|
||||
String name = "Previous in History Buffer";
|
||||
String name = "Previous Location in History";
|
||||
|
||||
DockingActionIf action = getAction(tool, "NextPrevAddressPlugin", name);
|
||||
performAction(action, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue