Re: setupapi: add case sensitivity string table tests [try 2]

2006-05-03 Thread Mike McCormack
Hi Andrew, Sorry I didn't spot this the first time round: Andrew Ziem wrote: +/* case insensitive */ retval=pStringTableAddString(table,string,0); ok(retval!=-1,"Failed to add string to String Table\n"); + +retval2=pStringTableAddString(table,String,0); +ok(retval2!=

Re: setupapi: add case sensitivity string table tests

2006-05-02 Thread Andrew Ziem
Mike McCormack wrote: Hi Andrew, Andrew Ziem wrote: These test case sensitivity in setupapi string tables, and all the parts I modified pass on Microsoft's 98 and XP. As this is my first Wine patch, comments are especially welcome. For tests that don't pass in wine, please enclose them in

Re: setupapi: add case sensitivity string table tests

2006-05-01 Thread Mike McCormack
Hi Andrew, Andrew Ziem wrote: These test case sensitivity in setupapi string tables, and all the parts I modified pass on Microsoft's 98 and XP. As this is my first Wine patch, comments are especially welcome. For tests that don't pass in wine, please enclose them in todo_wine { }, so that