Changeset 8222f171 in sasview for src/sas/qtgui/MainWindow


Ignore:
Timestamp:
Sep 5, 2017 4:18: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:
9909967
Parents:
4d1eff2
Message:

SASVIEW-625: code review fixes. Corrected handling for cancelling the file open dialog, updated test cases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/UnitTesting/GuiManagerTest.py

    r464cd07 r8222f171  
    149149        self.manager.processVersion = MagicMock() 
    150150        version = {'update_url'  : 'http://www.sasview.org/sasview.latestversion',  
    151                    'version'     : '4.1.0', 
     151                   'version'     : '4.1.2', 
    152152                   'download_url': 'https://github.com/SasView/sasview/releases'} 
    153153        self.manager.checkUpdate() 
Note: See TracChangeset for help on using the changeset viewer.