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
1=== modified file 'testcases/packages/Xfce/1585_Xfce4 Application Finder'
2--- testcases/packages/Xfce/1585_Xfce4 Application Finder 2013-07-26 13:03:45 +0000
3+++ testcases/packages/Xfce/1585_Xfce4 Application Finder 2013-11-12 20:04:26 +0000
4@@ -10,14 +10,14 @@
5 <dl>
6 <dt>Press Alt+F2</dt>
7 <dd>Application Finder opens</dd>
8- <dt>In dialogue type gksudo mousepad, press Launch</dt>
9+ <dt>In dialogue type sudo -i mousepad, press Launch</dt>
10 <dd>Application Finder closes, authorisation dialogue opens</dd>
11 <dt>Enter your password and press OK</dt>
12 <dd>Mousepad opens with root account warning</dd>
13 <dt>Close Mousepad and Press Alt+F2</dt>
14 <dd>Mousepad closes, Application Finder opens</dd>
15 <dt>In dialogue type gk</dt>
16- <dd>Dialogue autocompletes remainder of gksudo mousepad command</dd>
17+ <dd>Dialogue autocompletes remainder of sudo -i mousepad command</dd>
18 </dl>
19
20 This test will check that Application Finder will clear stored commands
21@@ -27,7 +27,7 @@
22 <dt>Press down arrow</dt>
23 <dd>Application Finder opens to command listings</dd>
24 <dt>Select Commands History</dt>
25- <dd>Right Pane is populated with gksudo mousepad command</dd>
26+ <dd>Right Pane is populated with sudo -i mousepad command</dd>
27 <dt>Select Preferences</dt>
28 <dd>Preferences dialogue opens</dd>
29 <dt>Press Clear Custom Command History button</dt>

Subscribers

People subscribed via source and target branches