Nikolay Sivov : mshtml/tests: Remove old system version check that doesn' t work anymore.

Alexandre Julliard julliard at winehq.org
Mon Apr 21 12:36:55 CDT 2014


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Apr 21 16:11:02 2014 +0400

mshtml/tests: Remove old system version check that doesn't work anymore.

---

 dlls/mshtml/tests/activex.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/dlls/mshtml/tests/activex.c b/dlls/mshtml/tests/activex.c
index 2ceb8f0..852f81d 100644
--- a/dlls/mshtml/tests/activex.c
+++ b/dlls/mshtml/tests/activex.c
@@ -2691,12 +2691,6 @@ static BOOL check_ie(void)
     IHTMLDocument5 *doc;
     HRESULT hres;
 
-    static const WCHAR xW[] = {'x',0};
-    static const WCHAR yW[] = {'y',0};
-
-    if(!lstrcmpW(xW, yW))
-        return FALSE;
-
     hres = CoCreateInstance(&CLSID_HTMLDocument, NULL, CLSCTX_INPROC_SERVER|CLSCTX_INPROC_HANDLER,
             &IID_IHTMLDocument5, (void**)&doc);
     if(FAILED(hres))




More information about the wine-cvs mailing list