Juan Lang : crypt32/tests: Test an otherwise unused return value.

Alexandre Julliard julliard at winehq.org
Wed May 26 11:49:06 CDT 2010


Module: wine
Branch: master
Commit: 6451b9621ec79a29e91a555f6b1da7c692427645
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6451b9621ec79a29e91a555f6b1da7c692427645

Author: Juan Lang <juan.lang at 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.
              */




More information about the wine-cvs mailing list