Module: wine Branch: master Commit: 551d98dd201c9ada20378222174a2d451b176e89 URL: http://source.winehq.org/git/wine.git/?a=commit;h=551d98dd201c9ada2037822217...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Aug 31 13:10:29 2010 +0200
mshtml: Marked invalid test as broken.
---
dlls/mshtml/tests/dom.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c index b19822e..8f4c66c 100644 --- a/dlls/mshtml/tests/dom.c +++ b/dlls/mshtml/tests/dom.c @@ -6834,8 +6834,7 @@ static void run_domtest(const char *str, domtest_t test) test(doc);
ref = IHTMLDocument2_Release(doc); - ok(!ref || - ref == 1, /* Vista */ + ok(!ref || broken(ref == 1), /* Vista */ "ref = %d\n", ref); }