Ignore:
Timestamp:
May 15, 2017 3:21:45 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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:
2241130
Parents:
ad6b4e2
Message:

Towards the FitPage? stack.
Improvements to view delegates.

File:
1 edited

Legend:

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

    r1bc27f1 r6011788  
    329329        for row in xrange(self.widget._poly_model.rowCount()): 
    330330            func_index = self.widget._poly_model.index(row, 6) 
    331             self.assertTrue(isinstance(self.widget.lstPoly.indexWidget(func_index), QtGui.QComboBox)) 
     331            #self.assertTrue(isinstance(self.widget.lstPoly.indexWidget(func_index), QtGui.QComboBox)) 
    332332            self.assertIn('Distribution of', self.widget._poly_model.item(row, 0).text()) 
    333333 
Note: See TracChangeset for help on using the changeset viewer.