Alexandre Julliard pushed to branch master at wine / wine
Commits: f48a5244 by Felix Hädicke at 2025-10-27T23:19:02+01:00 wbemprox/tests: Use check_property function in test_MSSMBios_RawSMBiosTables.
- - - - - ffdd7db0 by Felix Hädicke at 2025-10-27T23:19:02+01:00 wbemprox/tests: Add tests for MSSMBios_RawSMBiosTables properties.
Add checks for the following properties of the MSSMBios_RawSMBiosTables WMI class, which are not implemented in wine until now: * Active * DmiRevision * InstanceName * Size * SmbiosMajorVersion * SmbiosMinorVersion * Used20CallingMethod
- - - - - 067fbdf5 by Felix Hädicke at 2025-10-27T23:19:02+01:00 wbemprox: Implement more MSSMBios_RawSMBiosTables properties.
Until now, only the "SMBiosData" property of the MSSMBios_RawSMBiosTables WMI class was implemented.
Add implementations for the following properties: * Active * DmiRevision * InstanceName * Size * SmbiosMajorVersion * SmbiosMinorVersion * Used20CallingMethod
- - - - -
2 changed files:
- dlls/wbemprox/builtin.c - dlls/wbemprox/tests/query.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6e4530a19d670058c52028fe3bbd6...