Re: [wintrust/tests] Add some basic CryptCATOpen tests

2009-05-18 Thread Paul Vriens
Detlef Riekenberg wrote: On Mo, 2009-05-18 at 16:07 +0200, Paul Vriens wrote: +hcat = pCryptCATOpen(emptyW, 0, 0, 0, 0); +todo_wine +{ +ok(hcat != NULL && hcat != INVALID_HANDLE_VALUE, "Expected a correct handle\n"); +ok(GetLastError() == ERROR_SUCCESS, + "Expected ERRO

Re: [wintrust/tests] Add some basic CryptCATOpen tests

2009-05-18 Thread Detlef Riekenberg
On Mo, 2009-05-18 at 16:07 +0200, Paul Vriens wrote: > +hcat = pCryptCATOpen(emptyW, 0, 0, 0, 0); > +todo_wine > +{ > +ok(hcat != NULL && hcat != INVALID_HANDLE_VALUE, "Expected a > correct handle\n"); > +ok(GetLastError() == ERROR_SUCCESS, > + "Expected ERROR_SUCCESS, got