Ignore:
Timestamp:
May 7, 2018 4:43:54 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
fca1f50
Parents:
b5cc06e
Message:

Fixed a few unit test files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/UnitTesting/PluginDefinitionTest.py

    • Property mode changed from 100755 to 100644
    r3b3b40b r80468f6  
    1616from sas.qtgui.Utilities.PythonSyntax import PythonHighlighter 
    1717 
    18 #if not QApplication.instance(): 
    19 #    app = QApplication(sys.argv) 
    20 app = QApplication(sys.argv) 
     18if not QApplication.instance(): 
     19    app = QApplication(sys.argv) 
    2120 
    2221class PluginDefinitionTest(unittest.TestCase): 
Note: See TracChangeset for help on using the changeset viewer.