Skip to content

make DataObjectHandleProperty::toString consistent with DataObjectHandleProperty::fromString

The failures in the LHCb future nightly builds are due to a problem with setProperty of a DataObjectHandle. To fix that problem, it is necessary that DataObjectHandleProperty::toString (used by getProperty) and DataObjectHandleProperty::fromString (used by setProperty) are each others inverse. This patch makes sure they are.

Merge request reports