Ignore:
Timestamp:
Sep 28, 2018 7:07:44 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:
62c6dc0
Parents:
f1b696d
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 07:06:36)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 07:07:44)
Message:

Updated About and Acknowledgement windows. SASVIEW-1184

File:
1 edited

Legend:

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

    rfa762f4 r7385fec  
    312312        # Check if the window is actually opened. 
    313313        self.assertTrue(self.manager.ackWidget.isVisible()) 
    314         self.assertIn("developers@sasview.org", self.manager.ackWidget.label.text()) 
     314        self.assertIn("developers@sasview.org", self.manager.ackWidget.label_3.text()) 
    315315 
    316316    def testActionCheck_for_update(self): 
Note: See TracChangeset for help on using the changeset viewer.