Changes in src/sas/qtgui/Utilities/UnitTesting/GuiUtilsTest.py [464cd07:f0bb711] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/UnitTesting/GuiUtilsTest.py
r464cd07 rf0bb711 69 69 'progressBarUpdateSignal', 70 70 'activeGraphName', 71 'sendDataToPanelSignal', 72 'updateModelFromDataOperationPanelSignal' 71 73 ] 72 74 … … 412 414 self.assertEqual(yscale, "log") 413 415 416 414 417 class FormulaValidatorTest(unittest.TestCase): 415 418 """ Test the formula validator """
Note: See TracChangeset
for help on using the changeset viewer.