user32/tests: show that vertical and horizontal window scroll bar info is not created independently.

Rein Klazes wijn at online.nl
Sun Apr 26 13:22:02 CDT 2009


On Sun, 26 Apr 2009 19:46:24 +0200, you wrote:

>> +    scrollbar_test_default( 0);
>> +if( 0) { /* enable this when the todo's in scrollbar_test_default are fixed */
>> +    scrollbar_test_default( WS_HSCROLL);
>> +    scrollbar_test_default( WS_VSCROLL);
>> +    scrollbar_test_default( WS_HSCROLL | WS_VSCROLL);
>> +}
>
>Does Wine crash on these?

No, but it would give a number of succeeded test in todo blocks.

The effort into putting temporary logic there to silence them seems
better spent on getting rid of the todo's in the first place. Which I
will try to do in the next couple of days.

Rein.  



More information about the wine-devel mailing list