PD: Explicitly switch off AllowCompound for some tests to make them succeed
Fixes #17363
This commit is contained in:
@@ -70,6 +70,7 @@ class TestMultiTransform(unittest.TestCase):
|
||||
# Arrange
|
||||
Doc = self.Doc
|
||||
Body = Doc.addObject('PartDesign::Body','Body')
|
||||
Body.AllowCompound = False
|
||||
# Make first offset cube Pad
|
||||
PadSketch = Doc.addObject('Sketcher::SketchObject', 'SketchPad')
|
||||
Body.addObject(PadSketch)
|
||||
|
||||
Reference in New Issue
Block a user