Commit f5cb8c17 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Fixed tests on some broken Vista versions.

parent f16c9877
......@@ -2348,7 +2348,7 @@ static void release_doc(IHTMLDocument2 *doc)
set_client_site(doc, FALSE);
ref = IHTMLDocument2_Release(doc);
ok(!ref, "ref = %d\n", ref);
ok(!ref || broken(ref == 1) /* Vista */, "ref = %d\n", ref);
if(client_site) {
IOleClientSite_Release(client_site);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment