Merge lp:~wxl/ubuntu-manual-tests/lxde into lp:ubuntu-manual-tests

Proposed by ԜаӀtеr Ⅼарсһуnѕkі
Status: Merged
Merged at revision: 321
Proposed branch: lp:~wxl/ubuntu-manual-tests/lxde
Merge into: lp:ubuntu-manual-tests
Diff against target: 179 lines
To merge this branch: bzr merge lp:~wxl/ubuntu-manual-tests/lxde
Reviewer Review Type Date Requested Status
Nicholas Skaggs (community) Approve
Review via email: mp+249451@code.launchpad.net

Description of the change

Was trying to keep the LXDE folder to LXDE-essential and Lubuntu-specifc items, but this just created a ball of confusion as far what was included and what was not. So now the folder includes:
 1. Lubuntu-specific components (e.g. Lubuntu Software Center)
 2. Any LXDE component maintained upstream (e.g. not OpenBox, Leafpad)

Started this by moving LXTerminal over.

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

Walter, did you still want to move things here?

Revision history for this message
Nicholas Skaggs (nskaggs) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'testcases/packages/1601_Lxterminal'
2--- testcases/packages/1601_Lxterminal 2013-08-18 19:56:23 +0000
3+++ testcases/packages/1601_Lxterminal 1970-01-01 00:00:00 +0000
4@@ -1,85 +0,0 @@
5-This test will check that LXTerminal opens a new terminal window from a already open terminal window by right clicking on it
6.
7-<dl>
8- <dt>Open a terminal window, point your mouse cursor to it then press the right mouse button</dt>
9- <dd>A pop-up menu appears</dd>
10- <dt>Select "New Window"</dt>
11- <dd>A new terminal window opens, inheriting the working directory from its parent terminal</dd>
12- <dt>Close the terminal by clicking on the "X" of the window</dt>
13- <dd>The terminal window closes</dd>
14-</dl>
15-
16-This test will check that LXTerminal opens a new terminal window from the menu bar of a already open terminal window
17.
18-<dl>
19- <dt>Click "File" on the menu bar</dt>
20- <dd>A menu drops down</dd>
21- <dt>Select "New Window"</dt>
22- <dd>A new terminal window opens, inheriting the working directory from its parent terminal</dd>
23- <dt>Close the terminal by clicking on the "X" of the window</dt>
24- <dd>The terminal window closes</dd>
25-</dl>
26-
27-This test will check that LXTerminal opens a new terminal window with Ctrl+Shift+N keys
28-<dl>
29- <dt>Hit Ctrl+Shift+N keys</dt>
30- <dd>A new terminal window opens, inheriting the working directory from its parent terminal</dd>
31- <dt>Close the terminal by clicking on the "X" of the window</dt>
32- <dd>The terminal window closes</dd>
33-</dl>
34-
35-This test will check that LXTerminal adds a new tabbed terminal to a terminal window by right clicking.
36-<dl>
37- <dt>Press the right mouse button within the terminal window</dt>
38- <dd>A popup menu appears</dd>
39- <dt>Select "New Tab"</dt>
40- <dd>A new terminal tab opens, inheriting the working directory from the previously active terminal</dd>
41-</dl>
42-
43-This test will check that LXTerminal adds a new tabbed terminal to a terminal window from the menubar.
44-<dl>
45- <dt>Click on File on the menu bar</dt>
46- <dd>A menu drops down</dd>
47- <dt>Select "New Tab"</dt>
48- <dd>A new terminal tab opens, inheriting the working directory from the previously active terminal</dd>
49-</dl>
50-
51-This test will check that basic terminal commands work in LXTerminal
52-<dl>
53- <dt>Type in sudo apt-get update and press Enter</dt>
54- <dd>You are asked for [sudo] password for USER: (where USER is your user name)</dd>
55- <dt>Enter your password and wait for the command to complete</dt>
56- <dd>Command finishes and leaves you at an empty prompt</dd>
57- <dt>Enter "ls -al"</dt>
58- <dd>This should list all file in full in the home folder</dd>
59- <dt>Press the up arrow on your keyboard</dt>
60- <dd>The "ls -al" command you just entered appears</dd>
61-</dl>
62-
63-This test will check that LXTerminal changes the title of the currently displayed terminal from the menu bar
64-<dl>
65- <dt>In the menu bar, click on "Tabs", then on "Name Tab"</dt>
66- <dd>Set Title dialog opens</dd>
67- <dt>Type the title "qa-lubuntu" and click "OK"</dt>
68- <dd>The terminal shows the name "qa-lubuntu"</dd>
69-</dl>
70-
71-This test will check that LXTerminal maximizes into full screen
72-<dl>
73- <dt>Hit F11 on your keyboard</dt>
74- <dd>LXTerminal changes to full screen</dd>
75- <dt>Hit F11 again</dt>
76- <dd>LXTerminal changes back to window mode</dd>
77-</dl>
78-
79-This test will check that LXTerminal can change the appearance of the terminal
80-<dl>
81- <dt>In the menu bar, click on "Edit" and then "Preferences"</dt>
82- <dd>A window opens, showing the style properties of the terminal</dd>
83- <dt>Click on the name of the "Terminal Font"</dt>
84- <dd>A window opens, showing the font properties</dd>
85- <dt>Change the properties to Ubuntu Mono Regular 12. Click on "OK"</dt>
86- <dd>The font properties window closes</dd>
87- <dt>In the style properties window, click on "OK"</dt>
88- <dd>The window closes. You now see the chosen font applied to the terminal</dd>
89-
90-<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
91- If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> 'failed' and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>
92
93=== added file 'testcases/packages/LXDE/1601_Lxterminal'
94--- testcases/packages/LXDE/1601_Lxterminal 1970-01-01 00:00:00 +0000
95+++ testcases/packages/LXDE/1601_Lxterminal 2015-02-12 06:06:15 +0000
96@@ -0,0 +1,85 @@
97+This test will check that LXTerminal opens a new terminal window from a already open terminal window by right clicking on it
98.
99+<dl>
100+ <dt>Open a terminal window, point your mouse cursor to it then press the right mouse button</dt>
101+ <dd>A pop-up menu appears</dd>
102+ <dt>Select "New Window"</dt>
103+ <dd>A new terminal window opens, inheriting the working directory from its parent terminal</dd>
104+ <dt>Close the terminal by clicking on the "X" of the window</dt>
105+ <dd>The terminal window closes</dd>
106+</dl>
107+
108+This test will check that LXTerminal opens a new terminal window from the menu bar of a already open terminal window
109.
110+<dl>
111+ <dt>Click "File" on the menu bar</dt>
112+ <dd>A menu drops down</dd>
113+ <dt>Select "New Window"</dt>
114+ <dd>A new terminal window opens, inheriting the working directory from its parent terminal</dd>
115+ <dt>Close the terminal by clicking on the "X" of the window</dt>
116+ <dd>The terminal window closes</dd>
117+</dl>
118+
119+This test will check that LXTerminal opens a new terminal window with Ctrl+Shift+N keys
120+<dl>
121+ <dt>Hit Ctrl+Shift+N keys</dt>
122+ <dd>A new terminal window opens, inheriting the working directory from its parent terminal</dd>
123+ <dt>Close the terminal by clicking on the "X" of the window</dt>
124+ <dd>The terminal window closes</dd>
125+</dl>
126+
127+This test will check that LXTerminal adds a new tabbed terminal to a terminal window by right clicking.
128+<dl>
129+ <dt>Press the right mouse button within the terminal window</dt>
130+ <dd>A popup menu appears</dd>
131+ <dt>Select "New Tab"</dt>
132+ <dd>A new terminal tab opens, inheriting the working directory from the previously active terminal</dd>
133+</dl>
134+
135+This test will check that LXTerminal adds a new tabbed terminal to a terminal window from the menubar.
136+<dl>
137+ <dt>Click on File on the menu bar</dt>
138+ <dd>A menu drops down</dd>
139+ <dt>Select "New Tab"</dt>
140+ <dd>A new terminal tab opens, inheriting the working directory from the previously active terminal</dd>
141+</dl>
142+
143+This test will check that basic terminal commands work in LXTerminal
144+<dl>
145+ <dt>Type in sudo apt-get update and press Enter</dt>
146+ <dd>You are asked for [sudo] password for USER: (where USER is your user name)</dd>
147+ <dt>Enter your password and wait for the command to complete</dt>
148+ <dd>Command finishes and leaves you at an empty prompt</dd>
149+ <dt>Enter "ls -al"</dt>
150+ <dd>This should list all file in full in the home folder</dd>
151+ <dt>Press the up arrow on your keyboard</dt>
152+ <dd>The "ls -al" command you just entered appears</dd>
153+</dl>
154+
155+This test will check that LXTerminal changes the title of the currently displayed terminal from the menu bar
156+<dl>
157+ <dt>In the menu bar, click on "Tabs", then on "Name Tab"</dt>
158+ <dd>Set Title dialog opens</dd>
159+ <dt>Type the title "qa-lubuntu" and click "OK"</dt>
160+ <dd>The terminal shows the name "qa-lubuntu"</dd>
161+</dl>
162+
163+This test will check that LXTerminal maximizes into full screen
164+<dl>
165+ <dt>Hit F11 on your keyboard</dt>
166+ <dd>LXTerminal changes to full screen</dd>
167+ <dt>Hit F11 again</dt>
168+ <dd>LXTerminal changes back to window mode</dd>
169+</dl>
170+
171+This test will check that LXTerminal can change the appearance of the terminal
172+<dl>
173+ <dt>In the menu bar, click on "Edit" and then "Preferences"</dt>
174+ <dd>A window opens, showing the style properties of the terminal</dd>
175+ <dt>Click on the name of the "Terminal Font"</dt>
176+ <dd>A window opens, showing the font properties</dd>
177+ <dt>Change the properties to Ubuntu Mono Regular 12. Click on "OK"</dt>
178+ <dd>The font properties window closes</dd>
179+ <dt>In the style properties window, click on "OK"</dt>
180+ <dd>The window closes. You now see the chosen font applied to the terminal</dd>
181+
182+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
183+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> 'failed' and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>

Subscribers

People subscribed via source and target branches