crypt32/tests: Test an otherwise unused return value.

This commit is contained in:
Juan Lang 2010-05-24 14:16:22 -07:00 committed by Alexandre Julliard
parent d0b7cc5bb9
commit 6451b9621e
1 changed files with 2 additions and 0 deletions

View File

@ -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.
*/