From 8922936b3dc0afc6a270811b526e5baaefe50c58 Mon Sep 17 00:00:00 2001 From: LarryWoestman Date: Sat, 10 Sep 2022 09:27:41 -0700 Subject: [PATCH] Path: Allow error diff's to be as long as necessary. --- src/Mod/Path/PathTests/TestRefactoredTestPost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/PathTests/TestRefactoredTestPost.py b/src/Mod/Path/PathTests/TestRefactoredTestPost.py index 4d3ba32631..0d42076929 100644 --- a/src/Mod/Path/PathTests/TestRefactoredTestPost.py +++ b/src/Mod/Path/PathTests/TestRefactoredTestPost.py @@ -72,6 +72,7 @@ class TestRefactoredTestPost(PathTestUtils.PathTestBase): This method is called prior to each `test()` method. Add code and objects here that are needed for multiple `test()` methods. """ + self.maxDiff = None self.doc = FreeCAD.ActiveDocument self.con = FreeCAD.Console self.docobj = FreeCAD.ActiveDocument.addObject("Path::Feature", "testpath")