Vincenzo Calligaro
Vincenzo Calligaro
this PR adds the tests for the struct `MapperHistory`, its constructors and its methods
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description Related to #10402. In RT fork the Sketcher external geometries are...
related to #17124 During the import of the Toponaming code, the call to `FeatureAddSub::refineShapeIfActive()` in `PartDesign::Hole::execute()` was accidentally removed as it isn't present in https://github.com/realthunder/FreeCAD/blob/a9810d509a6f112b5ac03d4d4831b67e6bffd5b7/src/Mod/PartDesign/App/FeatureHole.cpp#L1971 but was present in https://github.com/FreeCAD/FreeCAD/blob/b9bfa5c5507506e4515816414cd27f4851d00489/src/Mod/PartDesign/App/FeatureHole.cpp#L1901...