user32/test Added test about window sizes

Michael Karcher wine at mkarcher.dialup.fu-berlin.de
Tue Sep 9 07:23:21 CDT 2008


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




More information about the wine-devel mailing list