Paul Chitescu wrote:
Changelog: shell32.dll: Return SE_ERR_FNF if file not found before checking for associations (which will fail anyway but with SE_ERR_NOASSOC).
This fixes 6 out of the 12 shlexec test failures.
Hi Paul.
Not sure if Patchwatcher has sent you an email:
http://kegel.com/wine/patchwatcher/results/971/1.log
You have to fix the tests if you fix something in wine that removes the need for a todo_wine in those tests.
On Monday 08 December 2008 20:41:10 Paul Vriens wrote:
Paul Chitescu wrote:
Changelog: shell32.dll: Return SE_ERR_FNF if file not found before checking for associations (which will fail anyway but with SE_ERR_NOASSOC).
This fixes 6 out of the 12 shlexec test failures.
Hi Paul.
Not sure if Patchwatcher has sent you an email:
http://kegel.com/wine/patchwatcher/results/971/1.log
You have to fix the tests if you fix something in wine that removes the need for a todo_wine in those tests.
Uhh... if someone would just decode the todo flags in filename_tests[]...
If I understand correctly todo = 0x0 when the problem is fixed?
Paul