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):