mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-0: Fix tests
This commit is contained in:
@@ -229,8 +229,8 @@ public class DebuggerStackProviderTest extends AbstractGhidraHeadedDebuggerTest
|
||||
DynamicTableColumn<ValueRow, ?, Trace> pcCol = QueryPanelTestHelper
|
||||
.getColumnByNameAndType(tableModel, table, "PC", ValueProperty.class)
|
||||
.column();
|
||||
DynamicTableColumn<ValueRow, Function, Trace> funcCol = QueryPanelTestHelper
|
||||
.getColumnByNameAndType(tableModel, table, "Function", Function.class)
|
||||
DynamicTableColumn<ValueRow, ?, Trace> funcCol = QueryPanelTestHelper
|
||||
.getColumnByNameAndType(tableModel, table, "Function", ValueProperty.class)
|
||||
.column();
|
||||
|
||||
assertEquals(PathUtils.makeKey(PathUtils.makeIndex(level)), rowColVal(row, levelCol));
|
||||
|
||||
Reference in New Issue
Block a user