summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_gi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_gi.py b/tests/test_gi.py
index 0602fbd..25867f5 100755
--- a/tests/test_gi.py
+++ b/tests/test_gi.py
@@ -36,6 +36,8 @@ print('indicator names:', engine.get_indicators_names())
print('group names:', engine.get_groups_names())
print('default layout:', engine.get_groups_names()[engine.get_default_group()])
print('features: %X' % engine.get_features())
+st = engine.get_current_state()
+print('current state: group: %i, indicators: %u' % (st.group, st.indicators))
# check ConfigItem ctor with data
i = Xkl.ConfigItem()