Ignore:
Timestamp:
Sep 25, 2018 7:06:48 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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 07:04:07)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (09/25/18 07:06:48)
Message:

Fixed lifecycle/visibility of the Grid Viewer SASVIEW-1122

File:
1 edited

Legend:

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

    r8353d90 rfa762f4  
    4747        tmp_main.showMaximized() 
    4848        # See that only one subwindow is up 
    49         self.assertEqual(len(tmp_main.workspace.subWindowList()), 1) 
     49        self.assertEqual(len(tmp_main.workspace.subWindowList()), 2) 
    5050        # and that the subwindow is the fitting perspective 
    5151        self.assertIsInstance(tmp_main.workspace.subWindowList()[0].widget(), 
Note: See TracChangeset for help on using the changeset viewer.