ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
295 stars 72 forks source link

Extend the UserDefinedProperty read/write unit test to try a VT_R8 ty… #136

Open Numpsy opened 3 weeks ago

Numpsy commented 3 weeks ago

…pe property

refs comments in https://github.com/ironfede/openmcdf/issues/134#issuecomment-2167496351 - the MS docs at https://learn.microsoft.com/en-us/openspecs/office_file_formats/ms-oshared/f49b1757-718e-4292-a42f-4164ce9abdf1 say that the user defined properties section can contain VT_R8 type properties and the test wasn't testing one of those, so - add an extra properties as an extra test.