mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-205 - Structure Editor - fixed 'Edit Component' action to unroll the
edited data type Closes #1633
This commit is contained in:
parent
e5358323d8
commit
a703304bb4
6 changed files with 120 additions and 120 deletions
|
@ -271,7 +271,7 @@ public class ComponentProviderActionsTest extends AbstractGhidraHeadedIntegratio
|
|||
|
||||
try {
|
||||
setErrorsExpected(true);
|
||||
runSwingWithExceptions(this::showProvider, true);
|
||||
runSwingWithException(this::showProvider);
|
||||
setErrorsExpected(false);
|
||||
fail();
|
||||
}
|
||||
|
@ -289,7 +289,7 @@ public class ComponentProviderActionsTest extends AbstractGhidraHeadedIntegratio
|
|||
|
||||
try {
|
||||
setErrorsExpected(true);
|
||||
runSwingWithExceptions(() -> provider.setIcon(null), true);
|
||||
runSwingWithException(() -> provider.setIcon(null));
|
||||
setErrorsExpected(false);
|
||||
fail("Expected an exception passing a null icon when specifying a toolbar action");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue