mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Fixed test failing due to timing issue when tree was not yet expanded
This commit is contained in:
parent
87f3271ab6
commit
3e0117a1e9
1 changed files with 2 additions and 1 deletions
|
@ -110,10 +110,11 @@ public class SymbolTreeNavigationTest extends AbstractProgramBasedTest {
|
|||
|
||||
Address addr = addr("0x01004896");
|
||||
String nameLowInOrgNodes = labelsPrefix + "3700";
|
||||
createGlobalLabel(addr, nameLowInOrgNodes);
|
||||
Symbol firstSymbol = createGlobalLabel(addr, nameLowInOrgNodes);
|
||||
|
||||
util.collapseTree();
|
||||
goTo(addr);
|
||||
assertSelectedNode(firstSymbol);
|
||||
|
||||
// create a name next to the one above so it gets 'insert'ed into the same parent node
|
||||
nameLowInOrgNodes = labelsPrefix + "37000";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue