mathworks-ref-arch / matlab-avro

MATLAB interface for Apache Avro files.
Other
9 stars 2 forks source link

unittest fail because function isStructEqual not provided #7

Open mithom opened 1 year ago

mithom commented 1 year ago

the unittest testSimpleTypeStruct of testclass testDynamicSchema_Struct fails because the function isStructEqual does not exist. image since D1 and D2 are not equal (as the comment says, this symmetry is not supported), this function must be a custom function checking for this case. It is not a builtin in matlab 2023a and neither is the custom function provided.

DaveForstot-MathWorks commented 1 year ago

@mithom

It appears that the isStructEqual command should not have been used in this test. That command is not part of core MATLAB, but instead part of the MATLAB Coder product. We will update the test and project to remove that dependency.

Thanks, Dave