[gnome-settings-daemon] power: Add FIXME in 2 other tests



commit 3c186ed87640f39b942a512013e6497c7245f85f
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 25 09:06:38 2013 +0100

    power: Add FIXME in 2 other tests
    
    Same blanking problem

 plugins/power/test.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/plugins/power/test.py b/plugins/power/test.py
index 176c331..dbf7b9a 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -356,7 +356,8 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
         # Check that we've blanked
         time.sleep(2)
         self.assertTrue(self.obj_screensaver.GetActive(), 'screensaver not turned on')
-        self.check_blank(2)
+	# FIXME: See test_blank_on_lid_close
+        self.check_blank(10)
 
         # Drop the inhibit and see whether we suspend
         self.obj_session_mgr.Uninhibit(dbus.UInt32(inhibit_id))
@@ -397,7 +398,8 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
         self.obj_upower.EmitSignal('', 'Changed', '', [], dbus_interface='org.freedesktop.DBus.Mock')
 
         # Check that we've blanked
-        self.check_blank(2)
+        # FIXME: See test_blank_on_lid_close
+        self.check_blank(10)
 
         # Reopen the lid
         self.obj_upower.Set('org.freedesktop.UPower', 'LidIsClosed', False)



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