BIM: fix ArchWallGui tests (#26904)

This commit is contained in:
Furgo
2026-01-14 15:46:53 +01:00
committed by GitHub
parent 8a739ad5b7
commit 710b7609d6

View File

@@ -313,6 +313,7 @@ class TestArchWallGui(TestArchBaseGui.TestArchBaseGui):
cmd.Align = "Center"
cmd.Width = 200.0
cmd.Height = 1500.0
cmd.MultiMat = None
# Use a mock tracker to isolate logic tests from the 3D view environment
cmd.tracker = MockTracker()
@@ -358,6 +359,7 @@ class TestArchWallGui(TestArchBaseGui.TestArchBaseGui):
cmd.Align = "Left"
cmd.Width = 200.0
cmd.Height = 1500.0
cmd.MultiMat = None
cmd.tracker = MockTracker()
cmd.existing = []