Re: [setupapi/tests] Fix a failure on Windows 2000

2008-09-10 Thread Paul Vriens
James Hawkins wrote: > On Wed, Sep 10, 2008 at 10:03 AM, Paul Vriens > <[EMAIL PROTECTED]> wrote: >> Hi, >> >> W2K doesn't fail with ERROR_INVALID_NAME but with ERROR_GENERAL_SYNTAX >> (setupapi >> error). >> > > That error was added for a reason; it was seen on a win2k box. Please > don't remove

Re: [setupapi/tests] Fix a failure on Windows 2000

2008-09-10 Thread Paul Vriens
On Sep 10, 2008, at 22:11, "James Hawkins" <[EMAIL PROTECTED]> wrote: > On Wed, Sep 10, 2008 at 10:03 AM, Paul Vriens > <[EMAIL PROTECTED]> wrote: >> Hi, >> >> W2K doesn't fail with ERROR_INVALID_NAME but with >> ERROR_GENERAL_SYNTAX >> (setupapi >> error). >> > > That error was added for a reas

Re: [setupapi/tests] Fix a failure on Windows 2000

2008-09-10 Thread James Hawkins
On Wed, Sep 10, 2008 at 10:03 AM, Paul Vriens <[EMAIL PROTECTED]> wrote: > Hi, > > W2K doesn't fail with ERROR_INVALID_NAME but with ERROR_GENERAL_SYNTAX > (setupapi > error). > That error was added for a reason; it was seen on a win2k box. Please don't remove it. -- James Hawkins