[gnome-settings-daemon] power: Fix comments in test cases



commit deec6fa90b3dae3d108b17fd3ca05211d2450ac0
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jul 5 16:44:40 2013 +0200

    power: Fix comments in test cases

 plugins/power/test.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/power/test.py b/plugins/power/test.py
index 02fec8a..486d115 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -198,11 +198,11 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
 
         Fail after the given timeout.
         '''
-        # check that it request suspend
+        # check that it request logout
         while timeout > 0:
             time.sleep(1)
             timeout -= 1
-            # check that it requested suspend
+            # check that it requested logout
             try:
                 log = self.session_log.read()
             except IOError:


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