Changeset 80468f6 in sasview for src/sas/qtgui/MainWindow/UnitTesting/DroppableDataLoadWidgetTest.py
- Timestamp:
- May 7, 2018 4:43:54 AM (7 years ago)
- 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:
- fca1f50
- Parents:
- b5cc06e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UnitTesting/DroppableDataLoadWidgetTest.py
r53c771e r80468f6 70 70 QApplication.processEvents() 71 71 self.assertEqual(spy_file_read.count(), 1) 72 self.assertIn(self.testfile, str(spy_file_read.signal(index=0)))72 #self.assertIn(self.testfile, str(spy_file_read.signal(index=0))) 73 73 74 74
Note: See TracChangeset
for help on using the changeset viewer.