[SETUPAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-04-03 13:47:12 +01:00
parent 340679bd1a
commit cdd41ac6c4
3 changed files with 47 additions and 140 deletions

View file

@ -1417,8 +1417,6 @@ START_TEST(devinst)
testRegisterAndGetDetail();
testDeviceRegistryPropertyA();
testDeviceRegistryPropertyW();
testSetupDiGetClassDevsA();
if (!winetest_interactive)
{
win_skip("testSetupDiGetINFClassA(), ROSTESTS-66.\n");
@ -1427,4 +1425,5 @@ START_TEST(devinst)
{
testSetupDiGetINFClassA();
}
testSetupDiGetClassDevsA();
}