Nikolay Sivov : comctl32/tests: Remove tests failing on most platforms.

Alexandre Julliard julliard at winehq.org
Thu Apr 23 11:27:23 CDT 2009


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

Author: Nikolay Sivov <bunglehead at gmail.com>
Date:   Thu Apr 23 11:51:41 2009 +0400

comctl32/tests: Remove tests failing on most platforms.

---

 dlls/comctl32/tests/listview.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index 61dca76..6482c74 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -994,11 +994,6 @@ static void test_create(void)
     ok(!IsWindow(hHeader), "Header shouldn't be created\n");
     ok(NULL == GetDlgItem(hList, 0), "NULL dialog item expected\n");
 
-    expect(0, rect.left);
-    expect(0, rect.right);
-    expect(0, rect.top);
-    expect(0, rect.bottom);
-
     DestroyWindow(hList);
 }
 




More information about the wine-cvs mailing list