Merge lp:~tpeeters/messaging-app/ap-get-header into lp:messaging-app

Proposed by Tim Peeters
Status: Merged
Merged at revision: 112
Proposed branch: lp:~tpeeters/messaging-app/ap-get-header
Merge into: lp:messaging-app
Diff against target: 14 lines (+0/-5)
1 file modified
tests/autopilot/messaging_app/emulators.py (+0/-5)
To merge this branch: bzr merge lp:~tpeeters/messaging-app/ap-get-header
Reviewer Review Type Date Requested Status
Tiago Salem Herrmann (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Leo Arias (community) ~ Approve
Review via email: mp+222201@code.launchpad.net

Commit message

remove the get_header() function.

Description of the change

remove the get_header() function.
It is already implemented in the UITK custom-proxy-objects, and it will change internally. Your function would break then.

To post a comment you must log in.
Revision history for this message
Leo Arias (elopio) wrote :

Yes, it's redundant.

review: Approve (~)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
110. By Tim Peeters

kick jenkins

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Tiago Salem Herrmann (tiagosh) wrote :

thanks! looks good.
can you add the checklist so we can top approve?

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/messaging_app/emulators.py'
2--- tests/autopilot/messaging_app/emulators.py 2014-04-07 21:06:51 +0000
3+++ tests/autopilot/messaging_app/emulators.py 2014-06-05 18:54:28 +0000
4@@ -164,11 +164,6 @@
5 objectName='contactCallButton',
6 )
7
8- def get_header(self):
9- """return header object"""
10-
11- return self.select_single('Header', objectName='MainView_Header')
12-
13 def get_dialog_buttons(self, visible=True):
14 """Return DialogButtons
15

Subscribers

People subscribed via source and target branches