Changeset d2007a8 in sasview for src/sas/qtgui/Perspectives/Fitting/UnitTesting
- Timestamp:
- Oct 17, 2018 7:27:04 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:
- dd545d1
- Parents:
- 21fa45b
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (10/17/18 07:11:28)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (10/17/18 07:27:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingWidgetTest.py
ra4b9b7a rd2007a8 1010 1010 1011 1011 # Change another parameter 1012 self.widget._model_model.item(2, 1).setText("3.0") 1012 self.widget._model_model.item(3, 1).setText("3.0") 1013 1013 1014 # Check that the stack is updated 1014 1015 self.assertEqual(len(self.widget.page_stack), 2)
Note: See TracChangeset
for help on using the changeset viewer.