Merge lp:~rpadovani/ubuntu-calculator-app/fixedTests into lp:ubuntu-calculator-app

Proposed by Riccardo Padovani
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 116
Merged at revision: 116
Proposed branch: lp:~rpadovani/ubuntu-calculator-app/fixedTests
Merge into: lp:ubuntu-calculator-app
Diff against target: 12 lines (+1/-1)
1 file modified
app/tests/autopilot/ubuntu_calculator_app/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~rpadovani/ubuntu-calculator-app/fixedTests
Reviewer Review Type Date Requested Status
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+251418@code.launchpad.net

Commit message

Fixed broken tests

Description of the change

Fixed broken tests

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app/tests/autopilot/ubuntu_calculator_app/__init__.py'
2--- app/tests/autopilot/ubuntu_calculator_app/__init__.py 2015-02-16 18:37:03 +0000
3+++ app/tests/autopilot/ubuntu_calculator_app/__init__.py 2015-03-02 09:08:58 +0000
4@@ -148,7 +148,7 @@
5 def _scientific_keyboard(self, enable=True):
6 y = (self.globalRect[1] + self.globalRect[3] / 2) + 150
7
8- x_start = self.globalRect[0] + self.globalRect[2]
9+ x_start = self.globalRect[0] + self.globalRect[2] - 10
10 x_stop = self.globalRect[0] + self.globalRect[2]
11
12 if enable:

Subscribers

People subscribed via source and target branches