Zhenbo Li litimetal@gmail.com wrote:
- err = GetLastError();
- ok ( handle != INVALID_HANDLE_VALUE, "FindFirstFile on %s failed\n", buffer2 );
- ok ( !err , "FindFirstFile failed, Error number %d\n", err );
This block looks like an orphaned part of some removed test.
2014/1/4 Dmitry Timoshkov dmitry@baikal.ru:
This block looks like an orphaned part of some removed test.
Do you know what's wrong with such code?
BTW, I found that I still missed
handle = FindFirstFileA(buffer2, &data);
in this patch.
Zhenbo Li litimetal@gmail.com wrote:
This block looks like an orphaned part of some removed test.
Do you know what's wrong with such code?
It tests nothing and should be removed.