On 10/21/2009 11:46 AM, Julius Schwartzenberg wrote:
This is the test for bug #2181. The patch will follow. Currently the test checks the value of just two classes, it may be useful to extend this in the future. The test passes on Windows for Workgroups 3.11, Windows 98, Windows XP 32-bit and with the broken call on Windows XP 64-bit.
Hi Julius,
Tests that fail on Wine should be marked todo_wine:
class.c:866: Test failed: expected 6, got 4
You can remove the todo_wine again in the patch that fixes Wine.
Another approach is maybe send the fix as patch1 and the test as patch2?