Deprecate should_reload and is_global in switch representation as they don't do anything now.

Superseded by item editing mode, so always reload, and always global.
This commit is contained in:
Dion Moult
2025-10-06 16:57:54 +11:00
parent e662308665
commit b68ce08811
26 changed files with 2 additions and 130 deletions
-6
View File
@@ -203,8 +203,6 @@ class TestSwitchRepresentation:
geometry,
obj="obj",
representation="mapped_rep",
should_reload=True,
is_global=True,
apply_openings=True,
)
@@ -221,8 +219,6 @@ class TestSwitchRepresentation:
geometry,
obj="obj",
representation="mapped_rep",
should_reload=False,
is_global=False,
)
def test_not_switching_if_an_updated_representation_is_the_same_one_we_were_going_to_switch_to(self, ifc, geometry):
@@ -236,8 +232,6 @@ class TestSwitchRepresentation:
geometry,
obj="obj",
representation="mapped_rep",
should_reload=False,
is_global=False,
)