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

Proposed by Riccardo Padovani on 2015-03-02
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„ on 2015-03-02
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 🍺🐧🐱 πŸ¦„ 2015-03-02 Approve on 2015-03-02
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve on 2015-03-02
Review via email: mp+251418@code.launchpad.net

Commit Message

Fixed broken tests

Description of the Change

Fixed broken tests

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