-
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