Re: [1/3] (resend) mshtml: Add test suite for IHTMLLocation
14 Oct
2009
14 Oct
'09
11:57 a.m.
"Andrew Eikum" <aeikum(a)codeweavers.com> writes:
+ if(hres == S_OK){ + if(test->hostname_ok) + ok(str_eq_wa(str, test->hostname), "%s: expected retrieved hostname to be L\"%s\", was: %s\n", test->name, test->hostname, wine_dbgstr_w(str)); + else + todo_wine ok(str_eq_wa(str, test->hostname), "%s: expected retrieved hostname to be L\"%s\", was: %s\n", test->name, test->hostname, wine_dbgstr_w(str));
Please split the long lines like Detlef requested. -- Alexandre Julliard julliard(a)winehq.org
5993
Age (days ago)
5993
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard