mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-24 23:26:50 +00:00
deadstore
This commit is contained in:
parent
cc90caf01f
commit
bc9f484aa9
@ -1463,15 +1463,15 @@ public class SupplyChainCredentialValidatorTest {
|
|||||||
nicComponentInfo)
|
nicComponentInfo)
|
||||||
);
|
);
|
||||||
|
|
||||||
pcComponentIdentifier = new ComponentIdentifier(
|
// pcComponentIdentifier = new ComponentIdentifier(
|
||||||
new DERUTF8String(nicComponentInfo.getComponentManufacturer()),
|
// new DERUTF8String(nicComponentInfo.getComponentManufacturer()),
|
||||||
new DERUTF8String(nicComponentInfo.getComponentModel()),
|
// new DERUTF8String(nicComponentInfo.getComponentModel()),
|
||||||
null,
|
// null,
|
||||||
new DERUTF8String(nicComponentInfo.getComponentRevision()),
|
// new DERUTF8String(nicComponentInfo.getComponentRevision()),
|
||||||
null,
|
// null,
|
||||||
ASN1Boolean.TRUE,
|
// ASN1Boolean.TRUE,
|
||||||
Collections.emptyList()
|
// Collections.emptyList()
|
||||||
);
|
// );
|
||||||
|
|
||||||
// Assert.assertTrue(
|
// Assert.assertTrue(
|
||||||
// SupplyChainCredentialValidator.isMatch(UUID.randomUUID(), pcComponentIdentifier,
|
// SupplyChainCredentialValidator.isMatch(UUID.randomUUID(), pcComponentIdentifier,
|
||||||
|
Loading…
Reference in New Issue
Block a user