Arch: Fixed unit test that depended on user preferences

This commit is contained in:
Yorik van Havre
2023-06-13 14:03:47 +02:00
parent 71fefee256
commit 2deff531d6

View File

@@ -678,7 +678,7 @@ class ArchTest(unittest.TestCase):
def testRemove(self):
App.Console.PrintLog ('Checking Arch Remove...\n')
l=Draft.makeLine(App.Vector(0,0,0),App.Vector(2,0,0))
w = Arch.makeWall(l,width=0.2,height=2)
w = Arch.makeWall(l,width=0.2,height=2,align="Right")
sb = Part.makeBox(1,1,1)
b = App.ActiveDocument.addObject('Part::Feature','Box')
b.Shape = sb