Skip to content

Commit a5e868e

Browse files
committed
enabling has specs and reference filter for scene graph composition widget test
1 parent ac3eacb commit a5e868e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ def _sub_test_scenegraph_composition(self):
213213
self.assertEqual(2, widget._layers.model.rowCount())
214214
self.assertEqual(1, widget._prims.model.rowCount())
215215

216+
widget._has_specs.setChecked(True)
217+
widget._graph_edge_include[description.Pcp.ArcTypeReference].setChecked(False)
216218
# add_dll_directory only on Windows
217219
os.add_dll_directory = lambda path: print(f"Added {path}") if not hasattr(os, "add_dll_directory") else os.add_dll_directory
218220

0 commit comments

Comments
 (0)