Changeset 8137a02 in sasview
- Timestamp:
- Sep 28, 2018 4:36:55 AM (6 years ago)
- 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
- Location:
- src/sas/qtgui/Calculators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Calculators/UI/GenericScatteringCalculator.ui
r30e0be0 r8137a02 30 30 </property> 31 31 <property name="windowTitle"> 32 <string>Generic S ASCalculator</string>32 <string>Generic Scattering Calculator</string> 33 33 </property> 34 34 <property name="windowIcon"> -
src/sas/qtgui/Calculators/UnitTesting/GenericScatteringCalculatorTest.py
r3e314e6 r8137a02 46 46 """Test the GUI in its default state""" 47 47 self.assertIsInstance(self.widget, QtWidgets.QWidget) 48 self.assertEqual(self.widget.windowTitle(), "Generic S ASCalculator")48 self.assertEqual(self.widget.windowTitle(), "Generic Scattering Calculator") 49 49 50 50 self.assertIn('trigger_plot_3d', dir(self.widget))
Note: See TracChangeset
for help on using the changeset viewer.