Changeset 0268aed in sasview for src/sas/qtgui/Perspectives/Fitting/UnitTesting
- Timestamp:
- Mar 29, 2017 10:02:34 AM (8 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:
- 7d077d1
- Parents:
- 6fd4e36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingLogicTest.py
r6fd4e36 r0268aed 109 109 self.assertFalse(new_plot.is_data) 110 110 self.assertEqual(new_plot.dy.size, 3) 111 self.assertEqual(new_plot.title, "boop ")111 self.assertEqual(new_plot.title, "boop [boop]") 112 112 self.assertEqual(new_plot.name, "boop [boop]") 113 113
Note: See TracChangeset
for help on using the changeset viewer.