Changeset c02721c4 in sasview for src/sas/qtgui/MainWindow/UnitTesting/DataExplorerTest.py
- Timestamp:
- Mar 29, 2019 8:36:51 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_opencl
- Children:
- 6edd344
- Parents:
- c7e73e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UnitTesting/DataExplorerTest.py
r0989bad rc02721c4 740 740 caption="Save As", 741 741 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)', 743 743 parent=None) 744 744 QFileDialog.getSaveFileName.assert_called_once() … … 763 763 caption="Save As", 764 764 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)', 766 766 parent=None) 767 767 QFileDialog.getSaveFileName.assert_called_once()
Note: See TracChangeset
for help on using the changeset viewer.