Changeset 9968d6a in sasview for src/sas/qtgui/UnitTesting
- Timestamp:
- Nov 2, 2016 8:42:12 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:
- f140169
- Parents:
- 1d85b5e
- Location:
- src/sas/qtgui/UnitTesting
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UnitTesting/GuiUtilsTest.py
- Property mode changed from 100755 to 100644
r39551a68 r9968d6a 199 199 retrieveData1d("BOOP") 200 200 201 data = Data1D()202 with self.assertRaises(ValueError):203 retrieveData1d(data)201 #data = Data1D() 202 #with self.assertRaises(ValueError): 203 # retrieveData1d(data) 204 204 205 205 data = Data1D(x=[1.0, 2.0, 3.0], y=[10.0, 11.0, 12.0])
Note: See TracChangeset
for help on using the changeset viewer.