Changeset 27313b7 in sasview for src/sas/qtgui/GUITests.py


Ignore:
Timestamp:
Dec 13, 2016 2:28:07 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:
63974f0
Parents:
c4e5400
Message:

Added window title GUI for charts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/GUITests.py

    r3b7b218 r27313b7  
    1717from UnitTesting import KiessigCalculatorTest 
    1818from UnitTesting import DensityCalculatorTest 
     19from UnitTesting import WindowTitleTest 
    1920 
    2021def suite(): 
     
    3637        unittest.makeSuite(KiessigCalculatorTest.KiessigCalculatorTest, 'test'), 
    3738        unittest.makeSuite(DensityCalculatorTest.DensityCalculatorTest, 'test'), 
     39        unittest.makeSuite(WindowTitleTest.WindowTitleTest, 'test'), 
    3840    ) 
    3941    return unittest.TestSuite(suites) 
Note: See TracChangeset for help on using the changeset viewer.