ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #00222
[Merge] lp:~rpadovani/ubuntu-calculator-app/fixedTests into lp:ubuntu-calculator-app/reboot
Riccardo Padovani has proposed merging lp:~rpadovani/ubuntu-calculator-app/fixedTests into lp:ubuntu-calculator-app/reboot.
Commit message:
Fixed broken tests
Requested reviews:
Ubuntu Calculator Developers (ubuntu-calculator-dev)
For more details, see:
https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/fixedTests/+merge/251418
Fixed broken tests
--
Your team Ubuntu Calculator Developers is requested to review the proposed merge of lp:~rpadovani/ubuntu-calculator-app/fixedTests into lp:ubuntu-calculator-app/reboot.
=== 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 @@
def _scientific_keyboard(self, enable=True):
y = (self.globalRect[1] + self.globalRect[3] / 2) + 150
- x_start = self.globalRect[0] + self.globalRect[2]
+ x_start = self.globalRect[0] + self.globalRect[2] - 10
x_stop = self.globalRect[0] + self.globalRect[2]
if enable:
Follow ups