Michael Stefaniuc : explorerframe/tests: The width is between the RECT left and right fields.

Alexandre Julliard julliard at winehq.org
Sun Jul 10 08:57:09 CDT 2016


Module: wine
Branch: master
Commit: 2ddbadccef5ca0c57fe003c8fa004e80a653a49f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2ddbadccef5ca0c57fe003c8fa004e80a653a49f

Author: Michael Stefaniuc <mstefani at 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 at redhat.de>
Signed-off-by: Alexandre Julliard <julliard at 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);




More information about the wine-cvs mailing list