Changes in src/sas/qtgui/MainWindow/UnitTesting/MainWindowTest.py [63467b6:0989bad] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UnitTesting/MainWindowTest.py
r63467b6 r0989bad 47 47 tmp_main.showMaximized() 48 48 # See that only one subwindow is up 49 self.assertEqual(len(tmp_main.workspace.subWindowList()), 2)49 self.assertEqual(len(tmp_main.workspace.subWindowList()), 3) 50 50 # and that the subwindow is the fitting perspective 51 51 self.assertIsInstance(tmp_main.workspace.subWindowList()[0].widget(), … … 54 54 tmp_main.guiManager.showWelcomeMessage() 55 55 # Assure it is visible and a part of the MdiArea 56 self.assertEqual(len(tmp_main.workspace.subWindowList()), 2)56 self.assertEqual(len(tmp_main.workspace.subWindowList()), 3) 57 57 58 58 tmp_main.close()
Note: See TracChangeset
for help on using the changeset viewer.