crypt32/tests: Test an otherwise unused return value.
This commit is contained in:
parent
d0b7cc5bb9
commit
6451b9621e
|
@ -2329,6 +2329,8 @@ static void testAddCertificateLink(void)
|
|||
if (buf)
|
||||
{
|
||||
ret = CertSerializeCertificateStoreElement(linked, 0, buf, &size);
|
||||
ok(ret, "CertSerializeCertificateStoreElement failed: %08x\n",
|
||||
GetLastError());
|
||||
/* The serialized linked certificate now contains the friendly
|
||||
* name property.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue