Changeset baeac95 in sasview for src/sas/qtgui/Perspectives/Fitting/UnitTesting
- Timestamp:
- Nov 14, 2018 5:43:28 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- ecc5d043
- Parents:
- e5ae812
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingWidgetTest.py
r186d678 rbaeac95 185 185 186 186 # Observe no such luck 187 self.assertEqual(self.widget.cbCategory.currentIndex(), 6)188 self.assertEqual(self.widget.cbModel.count(), 29)187 self.assertEqual(self.widget.cbCategory.currentIndex(), 7) 188 self.assertEqual(self.widget.cbModel.count(), 30) 189 189 190 190 # Set the structure factor … … 219 219 # 220 220 # Now change the model 221 <<<<<<< HEAD222 221 self.widget.cbModel.setCurrentIndex(4) 223 =======224 self.widget.cbModel.setCurrentIndex(2)225 >>>>>>> ESS_GUI226 222 self.assertEqual(self.widget.cbModel.currentText(),'dab') 227 223
Note: See TracChangeset
for help on using the changeset viewer.