mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: Don't hard-code object ID in test.
This commit is contained in:
parent
363ffcbbd7
commit
14f7e1f458
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ public class GdbCommandsTest extends AbstractGdbTraceRmiTest {
|
|||
.getObjectByCanonicalPath(TraceObjectKeyPath.parse("Test.Objects[1]"));
|
||||
assertNotNull(object);
|
||||
String getObject = extractOutSection(out, "---GetObject---");
|
||||
assertEquals("1\tTest.Objects[1]", getObject);
|
||||
assertEquals("%d\tTest.Objects[1]".formatted(object.getKey()), getObject);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue