Ignore:
Timestamp:
Sep 28, 2018 4:36:55 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
f1b696d
Parents:
12acdcc
Message:

Fixed the scattering calculator widget name. SASVIEW-1140

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/UnitTesting/GenericScatteringCalculatorTest.py

    r3e314e6 r8137a02  
    4646        """Test the GUI in its default state""" 
    4747        self.assertIsInstance(self.widget, QtWidgets.QWidget) 
    48         self.assertEqual(self.widget.windowTitle(), "Generic SAS Calculator") 
     48        self.assertEqual(self.widget.windowTitle(), "Generic Scattering Calculator") 
    4949 
    5050        self.assertIn('trigger_plot_3d', dir(self.widget)) 
Note: See TracChangeset for help on using the changeset viewer.