Ignore:
Timestamp:
Nov 14, 2018 3:43:28 AM (5 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:
ecc5d043
Parents:
e5ae812
Message:

Added Edit to single page constraint SASVIEW-1043

File:
1 edited

Legend:

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

    r186d678 rbaeac95  
    185185 
    186186        # 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) 
    189189 
    190190        # Set the structure factor 
     
    219219        #  
    220220        # Now change the model 
    221 <<<<<<< HEAD 
    222221        self.widget.cbModel.setCurrentIndex(4) 
    223 ======= 
    224         self.widget.cbModel.setCurrentIndex(2) 
    225 >>>>>>> ESS_GUI 
    226222        self.assertEqual(self.widget.cbModel.currentText(),'dab') 
    227223 
Note: See TracChangeset for help on using the changeset viewer.