diff --git a/src/Mod/Path/PathTests/TestPathDressupDogbone.py b/src/Mod/Path/PathTests/TestPathDressupDogbone.py index ef6e669919..61d75d8636 100644 --- a/src/Mod/Path/PathTests/TestPathDressupDogbone.py +++ b/src/Mod/Path/PathTests/TestPathDressupDogbone.py @@ -118,9 +118,9 @@ class TestDressupDogbone(PathTestBase): profile.Base = (cut, face) profile.StepDown = 5 # set start and final depth in order to eliminate effects of stock (and its default values) - profile.StartDepthLock = True + profile.setExpression('StartDepth', None) profile.StartDepth = 10 - profile.FinalDepthLock = True + profile.setExpression('FinalDepth', None) profile.FinalDepth = 0 profile.processHoles = True