Re: [1/3] (resend) mshtml: Add test suite for IHTMLLocation
Oct. 14, 2009
10: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
6008
Age (days ago)
6008
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard