[gnome-settings-daemon/benzea/tests-output-checker-testing] XXX: and more!



commit ae4cc072f3b99e1aaa42e9d88d111d68cde3b84a
Author: Benjamin Berg <bberg redhat com>
Date:   Mon Feb 15 14:20:33 2021 +0100

    XXX: and more!

 plugins/power/test.py | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/plugins/power/test.py b/plugins/power/test.py
index 591f7e74..1299f01e 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -44,11 +44,16 @@ class PowerPluginBase(gsdtestcase.GSDTestCase):
     COMMON_SUSPEND_METHODS=['Suspend', 'Hibernate', 'SuspendThenHibernate']
 
     def setUp(self):
+        print("setup 0")
         self.mock_external_monitor_file = os.path.join(self.workdir, 'GSD_MOCK_EXTERNAL_MONITOR')
         os.environ['GSD_MOCK_EXTERNAL_MONITOR_FILE'] = self.mock_external_monitor_file
 
+        print("setup 0.1")
+
         self.check_logind_gnome_session()
+        print("setup 0.2")
         self.start_logind()
+        print("setup 0.3")
         self.daemon_death_expected = False
         print("setup 1")
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]