mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 18:08:02 +02:00
linux: Add TODO item for the GetCriticalAction binding
This commit is contained in:
parent
720680d685
commit
b3ee72144e
1 changed files with 2 additions and 0 deletions
|
|
@ -741,6 +741,8 @@ class Tests(unittest.TestCase):
|
|||
self.assertIn(client.get_lid_is_present(), [False, True])
|
||||
self.assertIn(client.get_lid_is_closed(), [False, True])
|
||||
self.assertEqual(client.get_on_battery(), False)
|
||||
# FIXME: When we have a fake logind
|
||||
# self.assertEqual(client.get_critical_action(), 'PowerOff')
|
||||
|
||||
#
|
||||
# Helper methods
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue