Re: [2/2] dlls/crypt32: unit test PFXImportCertStore() (2nd try)

2010-05-14 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2067 Your paranoid android.

Re: [2/2] dlls/crypt32: unit test PFXImportCertStore()

2010-03-25 Thread Philippe Casgrain
Hi Juan, > Hi Philippe, in addition to the question I had on patch 1/2, I'd like > to know, what is the purpose of this test? > > +static void test_createCertificateStore(void) > +{ > +HCERTSTORE certStore = NULL; > + > +certStore = CertOpenStore(CERT_STORE_PROV_SYSTEM, 0, (HCRYPTPROV)NUL

Re: [2/2] dlls/crypt32: unit test PFXImportCertStore()

2010-03-22 Thread Juan Lang
Hi Philippe, in addition to the question I had on patch 1/2, I'd like to know, what is the purpose of this test? +static void test_createCertificateStore(void) +{ +HCERTSTORE certStore = NULL; + +certStore = CertOpenStore(CERT_STORE_PROV_SYSTEM, 0, (HCRYPTPROV)NULL, +CERT_SYSTEM_ST