Ignore:
Timestamp:
Sep 27, 2018 7:57:05 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:
bd39d6c
Parents:
b6f47be
Message:

Minor fixes to the Kiessig calculator. SASVIEW-1161

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/UnitTesting/KiessigCalculatorTest.py

    re90988c r3e314e6  
    7575    def testComplexEntryLetters(self): 
    7676        """ User entered compound calculations and subsequent reset""" 
    77  
     77        self.widget.deltaq_in.clear() 
    7878        self.widget.deltaq_in.insert("xyz") 
    7979 
     
    8181        computeButton = self.widget.computeButton 
    8282        QTest.mouseClick(computeButton, Qt.LeftButton) 
     83        self.assertEqual(self.widget.deltaq_in.text(), '') 
    8384        self.assertEqual(self.widget.lengthscale_out.text(), '') 
    8485 
Note: See TracChangeset for help on using the changeset viewer.