Commit a5414e8b authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

wbemprox/tests: Actually test the return value of IEnumWbemClassObject_Next.

parent ee6a477c
......@@ -383,7 +383,7 @@ static void test_Win32_ComputerSystem( IWbemServices *services )
return;
}
IEnumWbemClassObject_Next( result, 10000, 1, &service, &count );
hr = IEnumWbemClassObject_Next( result, 10000, 1, &service, &count );
ok( hr == S_OK, "got %08x\n", hr );
type = 0xdeadbeef;
......
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