Changeset fa762f4 in sasview for src/sas/qtgui/MainWindow/UnitTesting/GuiManagerTest.py
- Timestamp:
- Sep 25, 2018 9:06:48 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:
- 624c8747
- Parents:
- 9b9ec10
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (09/25/18 09:04:07)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (09/25/18 09:06:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UnitTesting/GuiManagerTest.py
r768387e0 rfa762f4 61 61 self.assertIsInstance(self.manager.ackWidget, Acknowledgements) 62 62 self.assertIsInstance(self.manager.aboutWidget, AboutBox) 63 self.assertIsInstance(self.manager.welcomePanel, WelcomePanel)63 #self.assertIsInstance(self.manager.welcomePanel, WelcomePanel) 64 64 65 65 def skip_testLogging(self):
Note: See TracChangeset
for help on using the changeset viewer.