Fixed dogbone unit test to deal with expression instead of Lock property.

This commit is contained in:
Markus Lampert
2017-10-10 10:57:08 -07:00
parent 704569d1c8
commit 8d8fb529dc

View File

@@ -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