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

Location:
src/sas/qtgui/MainWindow/UnitTesting
Files:
3 edited

Legend:

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

    r53c771e r7385fec  
    8080                LocalConfig._ill_url, 
    8181                LocalConfig._ansto_url, 
    82                 LocalConfig._inst_url] 
     82                LocalConfig._inst_url, 
     83                LocalConfig._delft_url, 
     84                LocalConfig._bam_url, 
     85                LocalConfig._diamond_url] 
    8386 
    8487        # Press the buttons 
  • 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): 
  • src/sas/qtgui/MainWindow/UnitTesting/WelcomePanelTest.py

    r53c771e r7385fec  
    3737        self.assertIn("SasView", version.text()) 
    3838        self.assertIn("Build:", version.text()) 
    39         self.assertIn("UTK, UMD, NIST, ORNL, ISIS, ESS, ILL and ANSTO", version.text()) 
     39        self.assertIn("UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO and BAM", version.text()) 
    4040        
    4141if __name__ == "__main__": 
Note: See TracChangeset for help on using the changeset viewer.