Merge ~kissiel/plainbox-provider-ubuntu-touch:year-prefix-removal into plainbox-provider-ubuntu-touch:master

Proposed by Maciej Kisielewski
Status: Rejected
Rejected by: Maciej Kisielewski
Proposed branch: ~kissiel/plainbox-provider-ubuntu-touch:year-prefix-removal
Merge into: plainbox-provider-ubuntu-touch:master
Diff against target: 240 lines (+61/-61)
5 files modified
manage.py (+1/-1)
units/qml-tests.pxu (+8/-8)
units/shakedown.pxu (+48/-48)
units/tst.pxu (+2/-2)
units/uls.pxu (+2/-2)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+326993@code.launchpad.net

Description of the change

another year prefix removal

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

+1

review: Approve

Unmerged commits

27ae979... by Maciej Kisielewski

remove year prefix from provider's namespace

Signed-off-by: Maciej Kisielewski <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/manage.py b/manage.py
2index 0f01e5a..656c632 100755
3--- a/manage.py
4+++ b/manage.py
5@@ -21,7 +21,7 @@
6 from plainbox.provider_manager import setup, N_
7
8 setup(
9- name='2014.com.ubuntu:ubuntu-touch',
10+ name='com.ubuntu:ubuntu-touch',
11 version="1.1",
12 description=N_("The Ubuntu Touch for Plainbox"),
13 gettext_domain="plainbox-provider-ubuntu-touch",
14diff --git a/units/qml-tests.pxu b/units/qml-tests.pxu
15index 09e6a96..5139e2f 100644
16--- a/units/qml-tests.pxu
17+++ b/units/qml-tests.pxu
18@@ -136,7 +136,7 @@ _description:
19 This test verifies that you can send an SMS
20 qml_file: msg-01.qml
21 estimated_duration: 20
22-imports: from 2014.com.ubuntu import cellularmodem as modem
23+imports: from com.ubuntu import cellularmodem as modem
24 requires: modem.ril0_simPresent == "True"
25
26 id: msg-15
27@@ -147,7 +147,7 @@ _description:
28 This test verifies that you can send an SMS
29 qml_file: msg-15.qml
30 estimated_duration: 20
31-imports: from 2014.com.ubuntu import cellularmodem as modem
32+imports: from com.ubuntu import cellularmodem as modem
33 requires: modem.ril1_simPresent == "True"
34
35 id: msg-06
36@@ -158,7 +158,7 @@ _description:
37 This test verifies that you can send an SMS containing special characters
38 qml_file: msg-06.qml
39 estimated_duration: 20
40-imports: from 2014.com.ubuntu import cellularmodem as modem
41+imports: from com.ubuntu import cellularmodem as modem
42 requires: modem.ril0_simPresent == "True"
43
44 id: msg-20
45@@ -169,7 +169,7 @@ _description:
46 This test verifies that you can send an SMS containing special characters
47 qml_file: msg-20.qml
48 estimated_duration: 20
49-imports: from 2014.com.ubuntu import cellularmodem as modem
50+imports: from com.ubuntu import cellularmodem as modem
51 requires: modem.ril1_simPresent == "True"
52
53 id: msg-07
54@@ -180,7 +180,7 @@ _description:
55 This test verifies that you can send an SMS containing an & (ampersand) and that it is displayed correctly
56 qml_file: msg-07.qml
57 estimated_duration: 20
58-imports: from 2014.com.ubuntu import cellularmodem as modem
59+imports: from com.ubuntu import cellularmodem as modem
60 requires: modem.ril0_simPresent == "True"
61
62 id: msg-21
63@@ -191,7 +191,7 @@ _description:
64 This test verifies that you can send an SMS containing an & (ampersand) and that it is displayed correctly
65 qml_file: msg-21.qml
66 estimated_duration: 20
67-imports: from 2014.com.ubuntu import cellularmodem as modem
68+imports: from com.ubuntu import cellularmodem as modem
69 requires: modem.ril1_simPresent == "True"
70
71 id: msg-08
72@@ -202,7 +202,7 @@ _description:
73 This test verifies that you can send an SMS containing a URL and some other text and that it is displayed correctly
74 qml_file: msg-08.qml
75 estimated_duration: 20
76-imports: from 2014.com.ubuntu import cellularmodem as modem
77+imports: from com.ubuntu import cellularmodem as modem
78 requires: modem.ril0_simPresent == "True"
79
80 id: msg-22
81@@ -213,7 +213,7 @@ _description:
82 This test verifies that you can send an SMS containing a URL and some other text and that it is displayed correctly
83 qml_file: msg-22.qml
84 estimated_duration: 20
85-imports: from 2014.com.ubuntu import cellularmodem as modem
86+imports: from com.ubuntu import cellularmodem as modem
87 requires: modem.ril1_simPresent == "True"
88
89 unit: category
90diff --git a/units/shakedown.pxu b/units/shakedown.pxu
91index 4a01efd..bb4a455 100644
92--- a/units/shakedown.pxu
93+++ b/units/shakedown.pxu
94@@ -8,54 +8,54 @@ _description:
95 This test plan should be used when the device is returned, to establish if
96 it was returned because there's a technical problem with the device.
97 include:
98- 2014.com.ubuntu::Audio-04
99- 2014.com.ubuntu::Audio-05
100- 2014.com.ubuntu::Audio-06
101- 2014.com.ubuntu::Audio-07
102- 2014.com.ubuntu::Audio-08
103- 2014.com.ubuntu::Audio-18
104- 2014.com.ubuntu::Audio-19
105- 2014.com.ubuntu::Battery-06
106- 2014.com.ubuntu::Bluetooth-01
107- 2014.com.ubuntu::Bluetooth-02
108- 2014.com.ubuntu::Bluetooth-03
109- 2014.com.ubuntu::Bluetooth-04
110- 2014.com.ubuntu::Bluetooth-05
111- 2014.com.ubuntu::ID-Location-03
112- 2014.com.ubuntu::ID-Location-04
113- 2014.com.ubuntu::Msg-01
114- 2014.com.ubuntu::Msg-02
115- 2014.com.ubuntu::Msg-03
116- 2014.com.ubuntu::Msg-11
117- 2014.com.ubuntu::Msg-12
118- 2014.com.ubuntu::Msg-13
119- 2014.com.ubuntu::SD-01
120- 2014.com.ubuntu::SD-02
121- 2014.com.ubuntu::SD-06
122- 2014.com.ubuntu::SD-07
123- 2014.com.ubuntu::Screen-07
124- 2014.com.ubuntu::Screen-08
125- 2014.com.ubuntu::Screen-09
126- 2014.com.ubuntu::Screen-10
127- 2014.com.ubuntu::Screen-11
128- 2014.com.ubuntu::Sensors-01
129- 2014.com.ubuntu::Sensors-02
130- 2014.com.ubuntu::Sensors-03
131- 2014.com.ubuntu::Sensors-04
132- 2014.com.ubuntu::Sensors-07
133- 2014.com.ubuntu::Settings-01
134- 2014.com.ubuntu::Tel-01
135- 2014.com.ubuntu::Tel-36
136- 2014.com.ubuntu::Tel-38
137- 2014.com.ubuntu::Tel-46
138- 2014.com.ubuntu::Tel-47
139- 2014.com.ubuntu::Tel-48
140- 2014.com.ubuntu::Tel-49
141- 2014.com.ubuntu::Tel-50
142- 2014.com.ubuntu::Tel-51
143- 2014.com.ubuntu::Tel-52
144- 2014.com.ubuntu::Tel-53
145- 2014.com.ubuntu::Wifi-11
146+ com.ubuntu::Audio-04
147+ com.ubuntu::Audio-05
148+ com.ubuntu::Audio-06
149+ com.ubuntu::Audio-07
150+ com.ubuntu::Audio-08
151+ com.ubuntu::Audio-18
152+ com.ubuntu::Audio-19
153+ com.ubuntu::Battery-06
154+ com.ubuntu::Bluetooth-01
155+ com.ubuntu::Bluetooth-02
156+ com.ubuntu::Bluetooth-03
157+ com.ubuntu::Bluetooth-04
158+ com.ubuntu::Bluetooth-05
159+ com.ubuntu::ID-Location-03
160+ com.ubuntu::ID-Location-04
161+ com.ubuntu::Msg-01
162+ com.ubuntu::Msg-02
163+ com.ubuntu::Msg-03
164+ com.ubuntu::Msg-11
165+ com.ubuntu::Msg-12
166+ com.ubuntu::Msg-13
167+ com.ubuntu::SD-01
168+ com.ubuntu::SD-02
169+ com.ubuntu::SD-06
170+ com.ubuntu::SD-07
171+ com.ubuntu::Screen-07
172+ com.ubuntu::Screen-08
173+ com.ubuntu::Screen-09
174+ com.ubuntu::Screen-10
175+ com.ubuntu::Screen-11
176+ com.ubuntu::Sensors-01
177+ com.ubuntu::Sensors-02
178+ com.ubuntu::Sensors-03
179+ com.ubuntu::Sensors-04
180+ com.ubuntu::Sensors-07
181+ com.ubuntu::Settings-01
182+ com.ubuntu::Tel-01
183+ com.ubuntu::Tel-36
184+ com.ubuntu::Tel-38
185+ com.ubuntu::Tel-46
186+ com.ubuntu::Tel-47
187+ com.ubuntu::Tel-48
188+ com.ubuntu::Tel-49
189+ com.ubuntu::Tel-50
190+ com.ubuntu::Tel-51
191+ com.ubuntu::Tel-52
192+ com.ubuntu::Tel-53
193+ com.ubuntu::Wifi-11
194 shakedown/.*
195
196 unit: category
197diff --git a/units/tst.pxu b/units/tst.pxu
198index 700817d..6e2ff15 100644
199--- a/units/tst.pxu
200+++ b/units/tst.pxu
201@@ -12,7 +12,7 @@ _description: Generates Trust Store tests
202 unit: template
203 template-resource: tst/tst_resource
204 id: tst/{binary}_{full_name}
205-template-imports: from 2014.com.ubuntu import tst/tst_resource as tst_res
206+template-imports: from com.ubuntu import tst/tst_resource as tst_res
207 template-filter: tst_res.root == 'yes'
208 category_id: tst
209 plugin: shell
210@@ -23,7 +23,7 @@ _description: {test_case} from Ubuntu Location Service tests
211 unit: template
212 template-resource: tst/tst_resource
213 id: tst/{binary}_{full_name}
214-template-imports: from 2014.com.ubuntu import tst/tst_resource as tst_res
215+template-imports: from com.ubuntu import tst/tst_resource as tst_res
216 template-filter: tst_res.root == 'no'
217 category_id: tst
218 plugin: shell
219diff --git a/units/uls.pxu b/units/uls.pxu
220index 6b02411..9f95d85 100644
221--- a/units/uls.pxu
222+++ b/units/uls.pxu
223@@ -12,7 +12,7 @@ _description: Generates Ubuntu Location Services tests
224 unit: template
225 template-resource: uls/uls_resource
226 id: uls/{binary}_{full_name}
227-template-imports: from 2014.com.ubuntu import uls/uls_resource as uls_res
228+template-imports: from com.ubuntu import uls/uls_resource as uls_res
229 template-filter: uls_res.root == 'yes'
230 category_id: uls
231 plugin: shell
232@@ -23,7 +23,7 @@ _description: {test_case} from Ubuntu Location Service tests
233 unit: template
234 template-resource: uls/uls_resource
235 id: uls/{binary}_{full_name}
236-template-imports: from 2014.com.ubuntu import uls/uls_resource as uls_res
237+template-imports: from com.ubuntu import uls/uls_resource as uls_res
238 template-filter: uls_res.root == 'no'
239 category_id: uls
240 plugin: shell

Subscribers

People subscribed via source and target branches