diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-10-06 14:48:37 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-10-06 14:48:37 -0500 |
commit | 460f8cc1f9e58f81566f289e5e01e8e598f38228 (patch) | |
tree | c0d6734ad11a9b68f8a2f23f3428693a36667731 /tests | |
parent | 44719797abf510276a8f410c00a574ccf04e8325 (diff) | |
download | ayatana-indicator-display-460f8cc1f9e58f81566f289e5e01e8e598f38228.tar.gz ayatana-indicator-display-460f8cc1f9e58f81566f289e5e01e8e598f38228.tar.bz2 ayatana-indicator-display-460f8cc1f9e58f81566f289e5e01e8e598f38228.zip |
replace 'orientation-lock' enum with 'rotation-lock' bool
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manual | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/manual b/tests/manual index ff283cb..2de2d89 100644 --- a/tests/manual +++ b/tests/manual @@ -1,14 +1,12 @@ Test-case indicator-display/rotation-indicator <dl> - <dt>On the phone, enable the orientation lock in ubuntu-system-settings.</dt> + <dt>On the phone, enable the rotation lock in ubuntu-system-settings.</dt> <dd>The rotation lock indicator should appear, and its switch menuitem should be set to 'true'.</dd> - <dd>NOTE: Current builds this is broken, until it is fixed in system settings you can set it with: <tt>gsettings set com.ubuntu.touch.system orientation-lock 'LandscapeOrientation'</tt></dd> - <dt>With the orientation locked, click on the indicator's switch menuitem to toggle from locked to unlocked.</dd> + <dt>With the rotation locked, click on the indicator's switch menuitem to toggle from locked to unlocked.</dd> <dd>The rotation lock indicator should disappear</dd> - <dd>In ubuntu-system-settings, the orientation lock control should change to 'none'.</dd> - <dd>NOTE: Current builds this is broken, until it is fixed in system settings you can get it with: <tt>gsettings get com.ubuntu.touch.system orientation-lock</tt></dd> + <dd>In ubuntu-system-settings, the rotation lock control should change to 'none'.</dd> </dl> |