Michael Stefaniuc : explorerframe/tests: The width is between the RECT left and right fields.
Module: wine Branch: master Commit: 2ddbadccef5ca0c57fe003c8fa004e80a653a49f URL: http://source.winehq.org/git/wine.git/?a=commit;h=2ddbadccef5ca0c57fe003c8fa... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Sat Jul 9 13:58:20 2016 +0200 explorerframe/tests: The width is between the RECT left and right fields. Signed-off-by: Michael Stefaniuc <mstefani(a)redhat.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/explorerframe/tests/nstc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/explorerframe/tests/nstc.c b/dlls/explorerframe/tests/nstc.c index 83ee892..80be883 100644 --- a/dlls/explorerframe/tests/nstc.c +++ b/dlls/explorerframe/tests/nstc.c @@ -1584,7 +1584,7 @@ static void test_basics(void) hr = INameSpaceTreeControl_GetItemRect(pnstc, psitestdir, &rc); ok(hr == S_OK, "Got 0x%08x\n", hr); ok(rc.top != rc.bottom, "Got 0 height.\n"); - ok(rc.left != rc.bottom, "Got 0 width.\n"); + ok(rc.left != rc.right, "Got 0 width.\n"); height = 0; hwnd_tv = get_treeview_hwnd(pnstc);
participants (1)
-
Alexandre Julliard