mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Fix test after GP-1845
This commit is contained in:
parent
42d8de2757
commit
e19033a88c
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ public class DebuggerTargetsProviderTest extends AbstractGhidraHeadedDebuggerGUI
|
|||
|
||||
createTestModel();
|
||||
waitForSwing();
|
||||
assertFalse(targetsProvider.actionDisconnect.isEnabled());
|
||||
// The first model is now selected automatically.
|
||||
//assertFalse(targetsProvider.actionDisconnect.isEnabled());
|
||||
|
||||
selectNodeForObject(targetsProvider, mb.testModel);
|
||||
waitForSwing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue