From 0c48ea851737dbedb16d72e11bb7f0acadbc7128 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 19 Oct 2017 14:13:36 +0200 Subject: [PATCH] ArchCommands.fixDAG has been removed in the past and now fails the unit tests --- src/Mod/Arch/ArchRebar.py | 1 - src/Mod/Arch/TestArch.py | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Mod/Arch/ArchRebar.py b/src/Mod/Arch/ArchRebar.py index d064d83783..25c5a0eba9 100644 --- a/src/Mod/Arch/ArchRebar.py +++ b/src/Mod/Arch/ArchRebar.py @@ -83,7 +83,6 @@ def makeRebar(baseobj=None,sketch=None,diameter=None,amount=1,offset=None,name=" else: obj.OffsetStart = p.GetFloat("RebarOffset",30) obj.OffsetEnd = p.GetFloat("RebarOffset",30) - ArchCommands.fixDAG(obj) return obj diff --git a/src/Mod/Arch/TestArch.py b/src/Mod/Arch/TestArch.py index 9d9fed6833..32e07c09fc 100644 --- a/src/Mod/Arch/TestArch.py +++ b/src/Mod/Arch/TestArch.py @@ -100,7 +100,6 @@ class ArchTest(unittest.TestCase): sk.addConstraint(Sketcher.Constraint('Coincident',3,2,0,1)) win = Arch.makeWindow(sk) Arch.removeComponents(win,host=w) - Arch.fixDAG(win,force=True) self.failUnless(win,"Arch Window failed") def testRoof(self):