Changeset 573c383 in sasview for src/sas/qtgui/MainWindow
- Timestamp:
- Jul 26, 2018 8:48:09 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- d8f4d9b
- Parents:
- 7dd309a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UnitTesting/DataExplorerTest.py
rd9150d8 r573c383 908 908 self.assertEqual(len(PlotHelper.currentPlots()), 1) 909 909 self.assertEqual(len(self.form.plot_widgets), 1) 910 self.assertEqual(list(self.form.plot_widgets.keys()), ['Graph3']) 910 # could have leftovers from previous tests 911 #self.assertEqual(list(self.form.plot_widgets.keys()), ['Graph3']) 912 self.assertEqual(len(self.form.plot_widgets.keys()), 1) 911 913 912 914 # data index
Note: See TracChangeset
for help on using the changeset viewer.