From 0d063d91f1a930da10a213ce13659da05880b916 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sun, 21 Jan 2018 20:50:14 -0800 Subject: [PATCH] Fixed path unit test setup for new PathDressup --- src/Mod/Path/PathTests/TestPathDressupDogbone.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/PathTests/TestPathDressupDogbone.py b/src/Mod/Path/PathTests/TestPathDressupDogbone.py index 61d75d8636..eaead79823 100644 --- a/src/Mod/Path/PathTests/TestPathDressupDogbone.py +++ b/src/Mod/Path/PathTests/TestPathDressupDogbone.py @@ -41,6 +41,7 @@ class TestProfile: self.Direction = direction self.Path = Path.Path(path) self.ToolController = None # default tool 5mm + self.Name = 'Profile' class TestFeature: def __init__(self):