mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Fix for Escape action not working for some dialogs
This commit is contained in:
parent
c9a51029bb
commit
b67fab8b51
14 changed files with 161 additions and 74 deletions
|
@ -4,9 +4,9 @@
|
|||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
@ -52,14 +52,14 @@ public class BookmarkPluginScreenShots extends GhidraScreenShotGenerator {
|
|||
public void testBookmarks() {
|
||||
removeFlowArrows();
|
||||
createBookmarks();
|
||||
performAction("Show Bookmarks", "BookmarkPlugin", true);
|
||||
performAction("Bookmarks", "BookmarkPlugin", true);
|
||||
captureIsolatedProvider(BookmarkProvider.class, 900, 300);
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testBookmarksFilter() {
|
||||
performAction("Show Bookmarks", "BookmarkPlugin", true);
|
||||
performAction("Bookmarks", "BookmarkPlugin", true);
|
||||
performAction("Filter Bookmarks", "BookmarkPlugin", false);
|
||||
waitForSwing();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue