Skip to content

(AppConfig): fix XML variable regex

What does this MR do?

The regex is used to know if the xml attribute contains a variable (${...}). But in a few cases, for example in signal/slot connections, the variable is followed by other chars. For these cases, the regex should not be limited to ${...}but to ${...}..... The unit test are updated to check this error.

How to test it?

Launch ARCalibration/calibration activity, try to do a calibration.

  • Without this MR, the record are not visible in the calibration editor.
  • Now, the calibration should work properly

Data

You can find a calibration video here

Associated Issues/Merge Requests

Edited by Emilie WERNERT

Merge request reports