Re: [1/4] windowscodecs: Basic tests for tiff encoder options (try3)
Is there anything wrong with my patches? The first one is marked as "Pending". Am Dienstag, 26. März 2013, 18:46:23 schrieb Ludger Sprenker:
Try3: - Removed last named value initialization - Do not check initial value of properties, if the precondition/initial-type is not matching (both pointed out by Vincent)
Note: This was priviously a set of 5 patches, but the original part one has already been committed.
--- dlls/windowscodecs/tests/converter.c | 145 ++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+)
Is there anything wrong with my patches? The first one is marked as "Pending".
The tests at least seem fine to me, assuming they currently pass on Wine. Patch 2 still has some struct initialization with named fields, which I don't think is allowed, but I figured I'd let that go and see what happens.
participants (2)
-
Ludger Sprenker -
Vincent Povirk