mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GP-0_Dan_testFixes20211124-1' into Ghidra_10.1
This commit is contained in:
commit
c40365f2fb
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ public class DebuggerTimeProviderTest extends AbstractGhidraHeadedDebuggerGUITes
|
|||
first.setRealTime(c.getTimeInMillis());
|
||||
TraceSnapshot second = timeManager.getSnapshot(10, true);
|
||||
second.setDescription("Snap 10");
|
||||
second.setSchedule(TraceSchedule.parse("0:5,t1-5"));
|
||||
second.setSchedule(TraceSchedule.parse("0:5;t1-5"));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -81,7 +81,7 @@ public class DebuggerTimeProviderTest extends AbstractGhidraHeadedDebuggerGUITes
|
|||
SnapshotRow secondRow = snapsDisplayed.get(1);
|
||||
assertEquals(10, secondRow.getSnap());
|
||||
assertEquals("Snap 10", secondRow.getDescription());
|
||||
assertEquals("0:5,t1-5", secondRow.getSchedule());
|
||||
assertEquals("0:5;t1-5", secondRow.getSchedule());
|
||||
// Timestamp is left unchecked, since default is current time
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue