mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
msxml3/tests: Fix a failing test on win 8.
This commit is contained in:
parent
25e5daf872
commit
8335335c1d
@ -1522,7 +1522,7 @@ static void test_get(void)
|
||||
EXPECT_HR(hr, E_NOTIMPL);
|
||||
|
||||
hr = IXMLDOMSchemaCollection2_get(cache, _bstr_("uri"), &node);
|
||||
EXPECT_HR(hr, E_NOTIMPL);
|
||||
ok(hr == E_NOTIMPL || hr == E_POINTER /* win8 */, "got %08x\n", hr);
|
||||
|
||||
IXMLDOMSchemaCollection2_Release(cache);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user