Ensure Qt5 compatibility with enums
Correct LGPL headers rework bullnose Fixes #19050
This commit is contained in:
@@ -62,7 +62,7 @@ class TestPathToolBit(PathTestWithAssets):
|
||||
|
||||
# Parameters should be loaded from the shape file and set on the tool bit's object
|
||||
self.assertEqual(bullnose_bit.obj.Diameter, FreeCAD.Units.Quantity("5.0 mm"))
|
||||
self.assertEqual(bullnose_bit.obj.FlatRadius, FreeCAD.Units.Quantity("1.5 mm"))
|
||||
self.assertEqual(bullnose_bit.obj.CornerRadius, FreeCAD.Units.Quantity("1.5 mm"))
|
||||
|
||||
def testToolBitPickle(self):
|
||||
"""Test if ToolBit is picklable"""
|
||||
|
||||
Reference in New Issue
Block a user