ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #01587
Re: [Merge] lp:~rpadovani/ubuntu-calculator-app/fixApDirectory into lp:ubuntu-calculator-app
To fix autopilot tests please apply following patch:
=== modified file 'tests/autopilot/ubuntu_calculator_app/tests/__init__.py'
--- tests/autopilot/ubuntu_calculator_app/tests/__init__.py 2015-01-10 14:16:24 +0000
+++ tests/autopilot/ubuntu_calculator_app/tests/__init__.py 2015-04-14 18:14:15 +0000
@@ -36,9 +36,8 @@
the ubuntu-calculator-app tests.
"""
-
- local_location = os.path.dirname(os.path.dirname(os.getcwd()))
-
+ local_location = os.path.join(os.path.dirname(os.path.dirname(os.getcwd())),
+ 'app')
local_location_qml = os.path.join(local_location,
'ubuntu-calculator-app.qml')
--
https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/fixApDirectory/+merge/256175
Your team Ubuntu Calculator Developers is subscribed to branch lp:ubuntu-calculator-app.
References