Skip to content

confTool: fixes for component diff

Frank Winklmeier requested to merge fwinkl/athena:conftool_fix2 into main

When comparing property values, compare the actual values rather than their string representation. This ensures that two set properties are considered equal even if their order is different.

Also ignore ConditionStore+ prefix when comparing handle defaults.

cc @khoo @tbold

Merge request reports