mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-18 02:39:56 +00:00
updated TCGEventLogEventsTest
This commit is contained in:
parent
ef23c68133
commit
32887eb598
@ -138,8 +138,8 @@ public final void testHandOffTables() throws IOException {
|
||||
byte[] eventBytes = HexUtils.hexStringToByteArray(event);
|
||||
EvEfiHandoffTable hTable = new EvEfiHandoffTable(eventBytes);
|
||||
Assert.assertEquals(hTable.getNumberOfTables(), 1);
|
||||
String tableINfo = hTable.toString();
|
||||
Assert.assertFalse(tableINfo.toString().
|
||||
String tableInfo = hTable.toString();
|
||||
Assert.assertTrue(tableInfo.toString().
|
||||
contains("UEFI industry standard table type = SMBIOS3_TABLE_GUID"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user