Commit 0dcdbcd3 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

advpack: Skip the TranslateInfEx tests in win9x.

parent aa584f14
......@@ -325,6 +325,13 @@ static void translateinfstringex_test(void)
char buffer[MAX_PATH];
DWORD size = MAX_PATH;
hr = pOpenINFEngine(inf_file, NULL, 0, &hinf, NULL);
if (hr == E_UNEXPECTED)
{
skip("Skipping tests on win9x because of brokenness\n");
return;
}
create_inf_file();
/* need to see if there are any flags */
......
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