Am Dienstag, den 09.09.2008, 14:13 +0200 schrieb Florian Köberle:
ok( width == 500 && height == 6, "rect is not 6x6 but %dx%d: %d,%d-%d,%d\n",
width, height, rect.left, rect.top, rect.right, rect.bottom);
[...]
ok( width == 6 && height == 500, "rect is not 6x6 but %dx%d: %d,%d-%d,%d\n",
width, height, rect.left, rect.top, rect.right, rect.bottom);
These messages contain a copy & paste mistake. Please fix the 6x6.
Regards, Michael Karcher