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
=== modified file 'app/tests/autopilot/ubuntu_calculator_app/__init__.py'
--- app/tests/autopilot/ubuntu_calculator_app/__init__.py 2015-02-16 18:37:03 +0000
+++ app/tests/autopilot/ubuntu_calculator_app/__init__.py 2015-03-02 09:08:58 +0000
@@ -148,7 +148,7 @@
148 def _scientific_keyboard(self, enable=True):148 def _scientific_keyboard(self, enable=True):
149 y = (self.globalRect[1] + self.globalRect[3] / 2) + 150149 y = (self.globalRect[1] + self.globalRect[3] / 2) + 150
150150
151 x_start = self.globalRect[0] + self.globalRect[2]151 x_start = self.globalRect[0] + self.globalRect[2] - 10
152 x_stop = self.globalRect[0] + self.globalRect[2]152 x_stop = self.globalRect[0] + self.globalRect[2]
153153
154 if enable:154 if enable:

Subscribers

People subscribed via source and target branches