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

This commit is contained in:
Sebastian Lackner 2015-04-17 06:49:55 +02:00 committed by Alexandre Julliard
parent ee6a477cab
commit a5414e8bed
1 changed files with 1 additions and 1 deletions

View File

@ -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;