mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
The python test test_qgsrelation.py was failing for misterious reasons (the very same test was passing if run from QGIS application), I tracked the issue down to the addition of QgsOptionalExpression mCollapsedExpression; in QgsAttributeEditorContainer. The new c++ test replicates the python test and make sure there are no problems with the change style operation.