Re: shell32: Remove redundant .\\ from test files

2005-10-23 Thread James Hawkins
On 10/13/05, Jakob Eriksson <[EMAIL PROTECTED]> wrote:
> James Hawkins wrote:
>
> >Hi,
> >
> >I started by removing all .\\ from the shlfileop.c test file in msvc
> >and the tests all passed , but three of the tests failed in wine.
> >
> >
>
> If the tests fail on wine, should they not be todo_wine{} then?
>

The fix is the first part of the patch and corresponds to the changelog item:

* Fix a bug where a file being deleted has to be listed with a directory.

--
James Hawkins




Re: shell32: Remove redundant .\\ from test files

2005-10-22 Thread Jakob Eriksson

James Hawkins wrote:


Hi,

I started by removing all .\\ from the shlfileop.c test file in msvc
and the tests all passed , but three of the tests failed in wine. 
 



If the tests fail on wine, should they not be todo_wine{} then?

regards,
Jakob