Re: RFC: patch to advapi32's cred tests

2009-02-13 Thread Juan Lang
> No, CRED_PERSIST_LOCAL_MACHINE should be fine but does this change > make any difference? I believe the ERROR_NO_SUCH_LOGON_SESSION is > returned when the tests are being run as a user that doesn't have a > profile, and therefore the credentials manager doesn't have anywhere > to store the creden

Re: RFC: patch to advapi32's cred tests

2009-02-13 Thread Rob Shearman
2009/2/13 Juan Lang : > Hi all, I've written a patch which should fix the failing advapi32 > cred tests that mirrors the skips in the existing tests: > > diff --git a/dlls/advapi32/tests/cred.c b/dlls/advapi32/tests/cred.c > index 58103c6..bb6935b 100644 > --- a/dlls/advapi32/tests/cred.c > +++ b/d