Re: [1/2] gdiplus: Add some tests for scaling an image with various pixel offset modes.
4 Sep
2012
4 Sep
'12
8:32 p.m.
match = memcmp(dst_8x1, td[i].image, sizeof(dst_8x1)) == 0; + if (!match) + todo_wine ok(match, "%d: data should match\n", i); + else ok(match, "%d: data should match\n", i);
This sort of thing makes me nervous. Couldn't you do this in such a way that we'll notice if the existing tests break, like adding a todo field to the structure?
4848
Age (days ago)
4848
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk