Skip to content

Fix orekit test message

This is a hotfix to fix OrekitMessagesTest and to add the missing localization for the new Orekit error message TLE_INVALID_PARAMETER_RANGE introduced in merge request !51 (merged).

It increases the number of Orekit messages in OrekitMessagesTest::testMessageNumber, and it adds translation for en/fr/de, and placeholders for the remaining languages.

The reason this could not be tested before merging !51 (merged) is that I could not find how to set up a gitlab runner for my forked repo. The Orekit team probably knows how to solve this, but in the meantime I set up a gitlab+docker runner on a server of mine :) Although I am not allowed to push the results to the SonarQube server.

Edited by Clément Jonglez

Merge request reports