comctl32/tests: Remove tests failing on most platforms (try2)

Nikolay Sivov bunglehead at gmail.com
Thu Apr 23 03:02:49 CDT 2009


Changelog:
    - try2: with correct timestamp this time.
    - Remove tests failing on most platforms.

>From 2a98bc60acd2df654783f78f2f13afcd19a1b6cf Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Thu, 23 Apr 2009 11:51:41 +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