Tests - fixed key binding dialog for recent message change

This commit is contained in:
dragonmacher 2020-01-29 18:49:58 -05:00
parent 84afa7e138
commit 65a8e31ba9

View file

@ -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());