Ignore:
Timestamp:
Jan 4, 2017 4:35:08 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:
570a58f9
Parents:
257bd57
Message:

Plot specific part of the context menu SASVIEW-427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/UnitTesting/PlotterBaseTest.py

    r9290b1a raadf0af1  
    3333                return MyPerspective() 
    3434 
    35         PlotterBase.PlotterBase.contextMenuQuickPlot = MagicMock() 
     35        #PlotterBase.PlotterBase.contextMenuQuickPlot = MagicMock() 
    3636        self.plotter = PlotterBase.PlotterBase(None, manager=dummy_manager(), quickplot=True) 
    3737 
     
    6464        ''' Test the default context menu ''' 
    6565        with self.assertRaises(NotImplementedError): 
    66             self.plotter.contextMenu() 
     66            self.plotter.createContextMenu() 
    6767 
    6868    def testClean(self): 
Note: See TracChangeset for help on using the changeset viewer.