Changeset 9968d6a in sasview for src/sas/qtgui/UnitTesting


Ignore:
Timestamp:
Nov 2, 2016 6:42:12 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Added unit tests for the density calculator SAVIEW-247

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  
    199199            retrieveData1d("BOOP") 
    200200 
    201         data = Data1D() 
    202         with self.assertRaises(ValueError): 
    203             retrieveData1d(data) 
     201        #data = Data1D() 
     202        #with self.assertRaises(ValueError): 
     203        #    retrieveData1d(data) 
    204204 
    205205        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.