Merge pull request #8189 from 0penBrain/PathAdapTest
Path: fix bug in Path Gui tests Thanks OpenBrain!
This commit is contained in:
@@ -61,7 +61,7 @@ class TestPathAdaptive(PathTestBase):
|
||||
cls.job = PathJob.Create("Job", [cls.doc.Fusion], None)
|
||||
cls.job.GeometryTolerance.Value = 0.001
|
||||
if FreeCAD.GuiUp:
|
||||
job.ViewObject.Proxy = PathJobGui.ViewProvider(job.ViewObject)
|
||||
cls.job.ViewObject.Proxy = PathJobGui.ViewProvider(cls.job.ViewObject)
|
||||
|
||||
# Instantiate an Adaptive operation for querying available properties
|
||||
cls.prototype = PathAdaptive.Create("Adaptive")
|
||||
|
||||
Reference in New Issue
Block a user