Ignore:
Timestamp:
Dec 19, 2016 8:05:25 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:
257bd57
Parents:
9290b1a
Message:

Setting graph range - SASVIEW-381

File:
1 edited

Legend:

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

    r9290b1a rd3ca363  
    162162        pass 
    163163 
     164    def testOnSetGraphRange(self): 
     165        """ Cheks if the graph can be resized for range """ 
     166        pass 
     167 
     168    def testOnResetGraphRange(self): 
     169        """ Cheks if the graph can be reset after resizing for range """ 
     170        pass 
    164171 
    165172if __name__ == "__main__": 
Note: See TracChangeset for help on using the changeset viewer.