modelica-tools / FMUComplianceChecker

FMI Compliance Checker for validation of FMUs 1.0 and 2.0
BSD 3-Clause "New" or "Revised" License
42 stars 31 forks source link

Already built in compliance checker executable is looking for incorrect FMI API #43

Closed rahulsetia closed 5 years ago

rahulsetia commented 5 years ago

The compliance checker downloaded is looking for API name "fmi2GetModelTypesPlatform" in the fmu for version 2.0. This API had been renamed to "fmi2GetTypesPlatform" sometime back.

rahulsetia commented 5 years ago

I checked the source code, the check is calling the correct API. The problem is incorrect verbose message.