msxml3/tests: Fix a failing test on win 8.

oldstable
Huw Davies 2014-05-13 09:20:50 +01:00 committed by Alexandre Julliard
parent 25e5daf872
commit 8335335c1d
1 changed files with 1 additions and 1 deletions

View File

@ -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);