comctl32/listview: Remove tests failing on most platforms

Nikolay Sivov bunglehead at gmail.com
Thu Apr 23 09:49:38 CDT 2009


Changelog:
    - Remove tests failing on most platforms.

>From c7256607df9f34490d36d91e80a7f03fa2ff7eed Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Thu, 23 Apr 2009 10:46:00 -0400
Subject: 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);
 }
 
-- 
1.5.6.5





More information about the wine-patches mailing list