mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Tests - fixed key binding dialog for recent message change
This commit is contained in:
parent
84afa7e138
commit
65a8e31ba9
1 changed files with 4 additions and 2 deletions
|
@ -89,8 +89,10 @@ public class KeyBindingsTest extends AbstractGhidraHeadedIntegrationTest {
|
|||
// look for the info panel
|
||||
MultiLineLabel label = findComponent(panel, MultiLineLabel.class);
|
||||
String str = "To add or change a key binding, select an action\n" +
|
||||
" and type any key combination.\n" + "To remove a key binding, select an action and\n" +
|
||||
"press <Enter> or <Backspace>.";
|
||||
"and type any key combination\n" +
|
||||
" \n" +
|
||||
"To remove a key binding, select an action and\n" +
|
||||
"press <Enter> or <Backspace>";
|
||||
|
||||
assertEquals(str, label.getLabel());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue