Merge lp:~nskaggs/reminders-app/fix-click-launch into lp:reminders-app

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 107
Merged at revision: 107
Proposed branch: lp:~nskaggs/reminders-app/fix-click-launch
Merge into: lp:reminders-app
Diff against target: 10 lines (+1/-1)
1 file modified
tests/autopilot/reminders/tests/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~nskaggs/reminders-app/fix-click-launch
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Notes app developers Pending
Review via email: mp+217267@code.launchpad.net

Commit message

Fix misnamed click package during autopilot launch

Description of the change

Fix misnamed click package during autopilot launch

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/reminders/tests/__init__.py'
2--- tests/autopilot/reminders/tests/__init__.py 2014-04-04 06:09:17 +0000
3+++ tests/autopilot/reminders/tests/__init__.py 2014-04-25 15:59:35 +0000
4@@ -80,5 +80,5 @@
5 @autopilot_logging.log_action(logger.info)
6 def launch_test_click(self):
7 return self.launch_click_package(
8- 'com.ubuntu.reminders-app',
9+ 'com.ubuntu.reminders',
10 emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)

Subscribers

People subscribed via source and target branches