We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b696c commit 6b35239Copy full SHA for 6b35239
mantidimaging/eyes_tests/main_window_test.py
@@ -129,14 +129,3 @@ def test_move_stack_dialog_mixed_to_strict(self):
129
self.imaging._move_stack()
130
self.imaging.move_stack_dialog.datasetSelector.setCurrentText(strict_ds.name)
131
self.check_target(self.imaging.move_stack_dialog)
132
-
133
- def test_move_stack_dialog_both_mixed(self):
134
- mixed_ds_1 = self._create_mixed_dataset()
135
- mixed_ds_2 = self._create_mixed_dataset()
136
- mixed_ds_2.name = "other-mixed-ds-name"
137
138
- self.imaging.presenter._set_tree_view_selection_with_id(mixed_ds_1.all[0].id)
139
140
- self.imaging._move_stack()
141
- self.imaging.move_stack_dialog.datasetSelector.setCurrentText(mixed_ds_2.name)
142
- self.check_target(self.imaging.move_stack_dialog)
0 commit comments