commit | 6451b9621ec79a29e91a555f6b1da7c692427645 | [log] [tgz] |
---|---|---|
author | Juan Lang <juan.lang@gmail.com> | Mon May 24 14:16:22 2010 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed May 26 10:10:05 2010 +0200 |
tree | 3a330ac964e727c13250d1f34b5b27065a89bbe7 | |
parent | d0b7cc5bb9ed95748c7238d5edb176e9f67a23fa [diff] |
crypt32/tests: Test an otherwise unused return value.
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 @@ 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. */