Ignore:
Timestamp:
Aug 16, 2017 12:44:42 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:
0e4d87c
Parents:
38eb433
Message:

Fixing unit tests + removal of unnecessary files

File:
1 edited

Legend:

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

    • Property mode changed from 100755 to 100644
    rdc5ef15 r377ade1  
    6868        # The tab should still be there 
    6969        self.assertEqual(len(self.widget.tabs), 1) 
    70         self.assertEqual(self.widget.maxIndex, 2) 
    71         self.assertEqual(self.widget.tabName(), "FitPage2") 
     70        self.assertEqual(self.widget.maxIndex, 3) 
     71        self.assertEqual(self.widget.tabName(), "FitPage3") 
    7272 
    7373    def testAllowBatch(self): 
Note: See TracChangeset for help on using the changeset viewer.