Module: wine Branch: master Commit: 6451b9621ec79a29e91a555f6b1da7c692427645 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6451b9621ec79a29e91a555f6b...
Author: Juan Lang juan.lang@gmail.com Date: Mon May 24 14:16:22 2010 -0700
crypt32/tests: Test an otherwise unused return value.
---
dlls/crypt32/tests/store.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/crypt32/tests/store.c b/dlls/crypt32/tests/store.c index 598af93..410b923 100644 --- a/dlls/crypt32/tests/store.c +++ b/dlls/crypt32/tests/store.c @@ -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. */