On 10/06/2009 12:54 PM, Alexandre Julliard wrote:
Paul Vrienspaul.vriens.wine@gmail.com writes:
On 10/06/2009 11:51 AM, Alexandre Julliard wrote:
Paul Vrienspaul.vriens.wine@gmail.com writes:
Hi,
Resending as I didn't receive any comments.
Apparently most Win9x and WinMe boxes running under VMware have this issue.
Changelog Fix some test failures with 9x/Me on VMware
That makes the test essentially useless.
You main, bail out on first failure?
I mean figure out why it fails on VMWare, and make it not fail. I expect the window to get scrolled there too.
Looks like a time/timing issue. Putting a Sleep(100) after the ScrollWindowEx makes the tests pass as well.
Is that acceptable?
Paul Vriens paul.vriens.wine@gmail.com writes:
Looks like a time/timing issue. Putting a Sleep(100) after the ScrollWindowEx makes the tests pass as well.
Is that acceptable?
Yes, though maybe a flush_events() would be better.