mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 13:21:22 +08:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-02-23-21'
This commit is contained in:
+2
-5
@@ -167,7 +167,7 @@ public class ApplyDataTypeToBrowserTest extends AbstractGhidraHeadedIntegrationT
|
||||
@Test
|
||||
public void testChooseDataTypeOnDefinedDts() throws Exception {
|
||||
|
||||
//
|
||||
//
|
||||
// Test that apply data on an existing type will offer to clear that type
|
||||
//
|
||||
|
||||
@@ -206,8 +206,6 @@ public class ApplyDataTypeToBrowserTest extends AbstractGhidraHeadedIntegrationT
|
||||
public void testChooseDataTypeWhereDoesNotFit() throws Exception {
|
||||
goTo("004027e0");
|
||||
|
||||
showDataTypeChooser();
|
||||
|
||||
showDataTypeChooser();
|
||||
chooseInDialog("_person");
|
||||
|
||||
@@ -790,8 +788,7 @@ public class ApplyDataTypeToBrowserTest extends AbstractGhidraHeadedIntegrationT
|
||||
assertEquals(expectedText, statusText);
|
||||
}
|
||||
|
||||
private void dragNDropDataTypeToCurrentBrowserLocation(
|
||||
final DataType dataType) {
|
||||
private void dragNDropDataTypeToCurrentBrowserLocation(final DataType dataType) {
|
||||
executeOnSwingWithoutBlocking(() -> {
|
||||
// Simulate the drag-n-drop of the data type onto the location.
|
||||
ProgramLocation programLocation = codeViewerProvider.getLocation();
|
||||
|
||||
Reference in New Issue
Block a user