Re: (try 2)advapi32: base implementation of LsaLookupNames2

2009-03-19 Thread Aric Stewart
Thanks for doing this testing. I think I will move the check to just skip the test. That way maybe that can become the standard for that test. Looking at msdn there are several lsa functions that are xp+ only so we do not want to start blocking the tests on all previous versions also. thanks!

Re: (try 2)advapi32: base implementation of LsaLookupNames2

2009-03-19 Thread Paul Vriens
Aric Stewart wrote: fix tests for win95 --- dlls/advapi32/lsa.c | 51 +++- dlls/advapi32/tests/lsa.c | 82 - 2 files changed, 131 insertions(+), 2 deletions(-)

Re: advapi32: base implementation of LsaLookupNames2

2009-03-18 Thread Paul Vriens
Aric Stewart wrote: --- dlls/advapi32/lsa.c | 51 ++- dlls/advapi32/tests/lsa.c | 75 + 2 files changed, 125 insertions(+), 1 deletions(-) --