Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/UnitTesting/MainWindowTest.py

    r63467b6 r0989bad  
    4747        tmp_main.showMaximized() 
    4848        # 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) 
    5050        # and that the subwindow is the fitting perspective 
    5151        self.assertIsInstance(tmp_main.workspace.subWindowList()[0].widget(), 
     
    5454        tmp_main.guiManager.showWelcomeMessage() 
    5555        # 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) 
    5757 
    5858        tmp_main.close() 
Note: See TracChangeset for help on using the changeset viewer.