Merge lp:~elfy/ubuntu-manual-tests/gksudo into lp:ubuntu-manual-tests

Proposed by Elfy
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 247
Merged at revision: 247
Proposed branch: lp:~elfy/ubuntu-manual-tests/gksudo
Merge into: lp:ubuntu-manual-tests
Diff against target: 29 lines (+3/-3)
1 file modified
testcases/packages/Xfce/1585_Xfce4 Application Finder (+3/-3)
To merge this branch: bzr merge lp:~elfy/ubuntu-manual-tests/gksudo
Reviewer Review Type Date Requested Status
Nicholas Skaggs (community) Approve
Review via email: mp+194931@code.launchpad.net

Description of the change

gksudo replaced with sudo -i

To post a comment you must log in.
Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Looks good and removes the old way of doing things

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'testcases/packages/Xfce/1585_Xfce4 Application Finder'
--- testcases/packages/Xfce/1585_Xfce4 Application Finder 2013-07-26 13:03:45 +0000
+++ testcases/packages/Xfce/1585_Xfce4 Application Finder 2013-11-12 20:04:26 +0000
@@ -10,14 +10,14 @@
10<dl>10<dl>
11 <dt>Press Alt+F2</dt>11 <dt>Press Alt+F2</dt>
12 <dd>Application Finder opens</dd>12 <dd>Application Finder opens</dd>
13 <dt>In dialogue type gksudo mousepad, press Launch</dt>13 <dt>In dialogue type sudo -i mousepad, press Launch</dt>
14 <dd>Application Finder closes, authorisation dialogue opens</dd>14 <dd>Application Finder closes, authorisation dialogue opens</dd>
15 <dt>Enter your password and press OK</dt>15 <dt>Enter your password and press OK</dt>
16 <dd>Mousepad opens with root account warning</dd>16 <dd>Mousepad opens with root account warning</dd>
17 <dt>Close Mousepad and Press Alt+F2</dt>17 <dt>Close Mousepad and Press Alt+F2</dt>
18 <dd>Mousepad closes, Application Finder opens</dd>18 <dd>Mousepad closes, Application Finder opens</dd>
19 <dt>In dialogue type gk</dt>19 <dt>In dialogue type gk</dt>
20 <dd>Dialogue autocompletes remainder of gksudo mousepad command</dd>20 <dd>Dialogue autocompletes remainder of sudo -i mousepad command</dd>
21</dl>21</dl>
2222
23This test will check that Application Finder will clear stored commands23This test will check that Application Finder will clear stored commands
@@ -27,7 +27,7 @@
27 <dt>Press down arrow</dt>27 <dt>Press down arrow</dt>
28 <dd>Application Finder opens to command listings</dd>28 <dd>Application Finder opens to command listings</dd>
29 <dt>Select Commands History</dt>29 <dt>Select Commands History</dt>
30 <dd>Right Pane is populated with gksudo mousepad command</dd>30 <dd>Right Pane is populated with sudo -i mousepad command</dd>
31 <dt>Select Preferences</dt>31 <dt>Select Preferences</dt>
32 <dd>Preferences dialogue opens</dd>32 <dd>Preferences dialogue opens</dd>
33 <dt>Press Clear Custom Command History button</dt>33 <dt>Press Clear Custom Command History button</dt>

Subscribers

People subscribed via source and target branches