tests/tools/test_application.py
changeset 1817 ff0c18be4a8b
parent 1816 724722c03db4
child 1818 925ea35edc2c
--- a/tests/tools/test_application.py	Sat Sep 16 21:19:19 2017 +0300
+++ b/tests/tools/test_application.py	Sat Sep 16 21:22:06 2017 +0300
@@ -148,6 +148,7 @@
 
     def testStartUp(self):
         """Checks whether the app starts and finishes correctly"""
+        sys.argv = [""]
         self.StartApp()
         self.FinishApp()