Changeset 27689dc in sasview for src/sas/qtgui/Utilities/UnitTesting
- Timestamp:
- Apr 25, 2018 6:02:54 AM (7 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 93c79b5
- Parents:
- 3b8cc00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/UnitTesting/AddMultEditorTest.py
r01ef3f7 r27689dc 23 23 HELP_DIRECTORY_LOCATION = "html" 24 24 communicate = Communicate() 25 _parent = QtWidgets.QDialog() 25 26 26 27 class AddMultEditorTest(unittest.TestCase): … … 156 157 self.widget.cbModel2.currentText(), 157 158 self.widget.cbOperator.currentText())) 158 159 self.assertFalse(self.widget.buttonBox.button(QtWidgets.QDialogButtonBox.Apply).isEnabled())160 161 self.assertTrue(self.widget.checkModel(self.widget.plugin_filename))162 159 163 160 self.assertTrue(self.widget.updateModels.called_once())
Note: See TracChangeset
for help on using the changeset viewer.