Changeset c02721c4 in sasview for src/sas/qtgui/MainWindow


Ignore:
Timestamp:
Mar 29, 2019 8:36:51 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_opencl
Children:
6edd344
Parents:
c7e73e7
Message:

Unit test update after latest round of commits.

Location:
src/sas/qtgui/MainWindow/UnitTesting
Files:
2 edited

Legend:

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

    r0989bad rc02721c4  
    740740                                caption="Save As", 
    741741                                directory='cyl_400_20_out.txt', 
    742                                 filter='Text files (*.txt);;CanSAS 1D files(*.xml)', 
     742                                filter='Text files (*.txt);;CanSAS 1D files(*.xml);;NXcanSAS files (*.h5)', 
    743743                                parent=None) 
    744744        QFileDialog.getSaveFileName.assert_called_once() 
     
    763763                                caption="Save As", 
    764764                                directory='P123_D2O_10_percent_out.dat', 
    765                                 filter='IGOR/DAT 2D file in Q_map (*.dat)', 
     765                                filter='IGOR/DAT 2D file in Q_map (*.dat);;NXcanSAS files (*.h5)', 
    766766                                parent=None) 
    767767        QFileDialog.getSaveFileName.assert_called_once() 
  • src/sas/qtgui/MainWindow/UnitTesting/GuiManagerTest.py

    r0989bad rc02721c4  
    147147        """ 
    148148        self.manager.processVersion = MagicMock() 
    149         version = {'version'     : '4.2.0', 
     149        version = {'version'     : '4.2.1', 
    150150                   'update_url'  : 'http://www.sasview.org/sasview.latestversion',  
    151151                   'download_url': 'https://github.com/SasView/sasview/releases'} 
Note: See TracChangeset for help on using the changeset viewer.