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
On 10/13/05, Jakob Eriksson jakob@vmlinux.org 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