Ignore:
Timestamp:
May 7, 2018 6:47:21 AM (6 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:
42787fb
Parents:
b0ba43e (diff), 80468f6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'ESS_GUI' into ESS_GUI_Pr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/UnitTesting/FittingLogicTest.py

    r53c771e r80468f6  
    9898        data = Data1D(x=[1,2,3],y=[3,4,5]) 
    9999        data.name = "boop" 
     100        data.id = "poop" 
    100101        return_data = (data.x,data.y, 7, None, None, 
    101102                        0, True, 0.0, 1, data, 
     
    107108        self.assertFalse(new_plot.is_data) 
    108109        self.assertEqual(new_plot.dy.size, 3) 
    109         self.assertEqual(new_plot.title, "boop [boop]") 
    110         self.assertEqual(new_plot.name, "boop [boop]") 
     110        self.assertEqual(new_plot.title, "boop [poop]") 
     111        self.assertEqual(new_plot.name, "boop [poop]") 
    111112 
    112113    def testNew2DPlot(self): 
Note: See TracChangeset for help on using the changeset viewer.