Merge lp:~nskaggs/ubuntu-rssreader-app/fix-debian-control into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Joey Chan
Approved revision: 41
Merged at revision: 40
Proposed branch: lp:~nskaggs/ubuntu-rssreader-app/fix-debian-control
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 50 lines (+6/-7)
2 files modified
debian/control (+2/-1)
tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py (+4/-6)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-rssreader-app/fix-debian-control
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Shorts Developers Pending
Review via email: mp+180372@code.launchpad.net

Commit message

Small cleanups for dependencies

Description of the change

Small cleanups for dependencies

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)
41. By Nicholas Skaggs

remove open toolbar line :)

Revision history for this message
Joey Chan (qqworini) wrote :

why it wasn't merged yet ?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-07-10 14:20:14 +0000
3+++ debian/control 2013-08-15 15:57:22 +0000
4@@ -1,7 +1,7 @@
5 Source: ubuntu-rssreader-app
6 Priority: extra
7 Maintainer: Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>
8-Build-Depends: debhelper (>= 9),
9+Build-Depends: debhelper (>= 9),
10 Standards-Version: 3.9.4
11 Section: misc
12 Homepage: https://launchpad.net/ubuntu-rssreader-app
13@@ -24,6 +24,7 @@
14 Architecture: all
15 Depends: libautopilot-qt,
16 libqt5test5,
17+ ubuntu-ui-toolkit-autopilot,
18 ubuntu-rssreader-app (= ${source:Version})
19 Description: Autopilot tests for RSS reader Application
20 This package contains the autopilot tests for the RSS reader
21
22=== modified file 'tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py'
23--- tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py 2013-08-13 23:10:13 +0000
24+++ tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py 2013-08-15 15:57:22 +0000
25@@ -9,14 +9,9 @@
26
27 from __future__ import absolute_import
28
29-import tempfile
30+
31 import unittest
32
33-import mock
34-import os
35-import os.path
36-import shutil
37-
38 from autopilot.matchers import Eventually
39 from testtools.matchers import Equals, NotEquals, Is, Not
40
41@@ -66,6 +61,9 @@
42 self.pointing_device.click_object(checkboxBtn)
43 self.assertThat(checkboxBtn.checked, Eventually(Equals(True)))
44
45+
46+ toolbar = self.main_view.open_toolbar()
47+
48 #click on Next button
49 self.assertThat(self.main_view.get_next_button, Eventually(Not(Is(None))))
50 nextButton = self.main_view.get_next_button()

Subscribers

People subscribed via source and target branches