Ignore:
Timestamp:
Oct 17, 2018 7:27:04 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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)
Message:

Fitpage state copy/paste reworked. SASVIEW-1053 and SASVIEW-1196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingWidgetTest.py

    ra4b9b7a rd2007a8  
    10101010 
    10111011        # 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 
    10131014        # Check that the stack is updated 
    10141015        self.assertEqual(len(self.widget.page_stack), 2) 
Note: See TracChangeset for help on using the changeset viewer.