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.

File:
1 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() 
Note: See TracChangeset for help on using the changeset viewer.