mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[ADVPACK_WINETEST] Sync with Wine Staging 2.9. CORE-13362
svn path=/trunk/; revision=74784
This commit is contained in:
parent
f91f6781d9
commit
02b8adbe36
1 changed files with 7 additions and 1 deletions
|
@ -343,7 +343,7 @@ static void translateinfstringex_test(void)
|
|||
}
|
||||
|
||||
create_inf_file();
|
||||
|
||||
|
||||
/* need to see if there are any flags */
|
||||
|
||||
/* try a NULL filename */
|
||||
|
@ -430,6 +430,12 @@ static void translateinfstringex_test(void)
|
|||
|
||||
/* open the inf with the install section */
|
||||
hr = pOpenINFEngine(inf_file, "section", 0, &hinf, NULL);
|
||||
if (hr == E_FAIL)
|
||||
{
|
||||
skip("can't open engine with install section (needs admin rights)\n");
|
||||
DeleteFileA(inf_file);
|
||||
return;
|
||||
}
|
||||
ok(hr == S_OK, "Expected S_OK, got %08x\n", hr);
|
||||
|
||||
/* translate the string with the install section specified */
|
||||
|
|
Loading…
Reference in a new issue