Merge lp:~nskaggs/ubuntu-terminal-app/fix-db-path into lp:ubuntu-terminal-app

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 25
Merged at revision: 25
Proposed branch: lp:~nskaggs/ubuntu-terminal-app/fix-db-path
Merge into: lp:ubuntu-terminal-app
Diff against target: 11 lines (+1/-1)
1 file modified
tests/autopilot/ubuntu_terminal_app/tests/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-terminal-app/fix-db-path
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Terminal Developers Pending
Review via email: mp+189139@code.launchpad.net

Commit message

update the hardcoded db path so autopilot tests can continue to work

Description of the change

Fix https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1234544, update the hardcoded db path so autopilot tests can continue to work

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
Loïc Minier (lool) wrote :

It would have been better not to hardcode the new pathname... Now these tests may only run with the updated SDK, not the "old" one which means they need to land together.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/ubuntu_terminal_app/tests/__init__.py'
2--- tests/autopilot/ubuntu_terminal_app/tests/__init__.py 2013-09-27 15:48:26 +0000
3+++ tests/autopilot/ubuntu_terminal_app/tests/__init__.py 2013-10-03 17:28:37 +0000
4@@ -72,7 +72,7 @@
5 """
6
7 def get_db(self):
8- dbs_path = os.path.expanduser("~/.local/share/Qt Project/QtQmlViewer/QML/OfflineStorage/Databases/")
9+ dbs_path = os.path.expanduser("~/.local/share/ubuntu-terminal-app/Databases")
10 if not os.path.exists(dbs_path):
11 return None
12

Subscribers

People subscribed via source and target branches