Merge lp:~ken-vandine/ubuntu-system-settings/rtm-autopilot_workaround_dialog into lp:ubuntu-system-settings/rtm-14.09

Proposed by Ken VanDine
Status: Work in progress
Proposed branch: lp:~ken-vandine/ubuntu-system-settings/rtm-autopilot_workaround_dialog
Merge into: lp:ubuntu-system-settings/rtm-14.09
Diff against target: 20 lines (+10/-0)
1 file modified
tests/autopilot/ubuntu_system_settings/__init__.py (+10/-0)
To merge this branch: bzr merge lp:~ken-vandine/ubuntu-system-settings/rtm-autopilot_workaround_dialog
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Touch System Settings Pending
Review via email: mp+247160@code.launchpad.net

Commit message

Work around for the SDK's addition of a Dialog CPO, this fixes matching in test_reset

Description of the change

Work around for the SDK's addition of a Dialog CPO, this fixes matching in test_reset

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) wrote :

This change needs to wait for the uitk branch which adds the Dialog CPO to land in rtm.

Unmerged revisions

965. By Ken VanDine

Work around for the SDK's addition of a Dialog CPO, this fixes matching in test_reset

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/autopilot/ubuntu_system_settings/__init__.py'
--- tests/autopilot/ubuntu_system_settings/__init__.py 2015-01-13 19:46:25 +0000
+++ tests/autopilot/ubuntu_system_settings/__init__.py 2015-01-21 15:14:51 +0000
@@ -203,6 +203,16 @@
203 self._orientation_lock_switch.uncheck()203 self._orientation_lock_switch.uncheck()
204204
205205
206class Dialog(ubuntuuitoolkit.Dialog):
207 # XXX A new Dialog custom proxy object was added to the toolkit.
208 # Because of https://bugs.launchpad.net/autopilot-qt/+bug/1341671
209 # we need to make sure it does not match in any selection.
210
211 @classmethod
212 def validate_dbus_object(cls, path, state):
213 return False
214
215
206class CellularPage(ubuntuuitoolkit.UbuntuUIToolkitCustomProxyObjectBase):216class CellularPage(ubuntuuitoolkit.UbuntuUIToolkitCustomProxyObjectBase):
207217
208 """Autopilot helper for the Cellular page."""218 """Autopilot helper for the Cellular page."""

Subscribers

People subscribed via source and target branches