Merge lp:~xnox/autopilot-gtk/fix-ftbfs into lp:autopilot-gtk

Proposed by Dimitri John Ledkov
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~xnox/autopilot-gtk/fix-ftbfs
Merge into: lp:autopilot-gtk
Diff against target: 39 lines (+10/-0)
3 files modified
debian/changelog (+6/-0)
debian/control (+2/-0)
debian/tests/control (+2/-0)
To merge this branch: bzr merge lp:~xnox/autopilot-gtk/fix-ftbfs
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Autopilot Hackers Pending
Review via email: mp+220045@code.launchpad.net

Commit message

Add legacy & icon dependencies

Description of the change

Add legacy & icon dependencies

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Still fails with:
Traceback (most recent call last):
  File "/«BUILDDIR»/autopilot-gtk-1.4+14.04.20140107/tests/autopilot/tests/test_gnome_system_log.py", line 43, in test_search
    revealer = self.app.select_single('GdRevealer')
  File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 324, in select_single
    raise StateNotFoundError(type_name, **kwargs)
StateNotFoundError: Object not found with name 'GdRevealer'.

And:
Traceback (most recent call last):
  File "/«BUILDDIR»/autopilot-gtk-1.4+14.04.20140107/tests/autopilot/tests/test_gnome_system_log.py", line 36, in test_filename_label
    l = self.app.select_single('GtkLabel', label=u'<b>issue</b>')
  File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 324, in select_single
    raise StateNotFoundError(type_name, **kwargs)
StateNotFoundError: Object not found with name 'GtkLabel' and properties {'label': u'<b>issue</b>'}.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Martin Pitt (pitti) wrote :

For the record: https://code.launchpad.net/~pitti/autopilot-gtk/update-tests/+merge/220075 fixes that, plus the now failing gnome-system-log tests. Sorry for the clash!

Revision history for this message
Martin Pitt (pitti) wrote :

This is obsolete now, thus closing. Thanks!

Unmerged revisions

74. By Dimitri John Ledkov

Add desktop-legacy & icons as build-dependencies

73. By Dimitri John Ledkov

Add legacy & icon dependencies for ADT tests.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-01-08 08:12:59 +0000
3+++ debian/changelog 2014-05-19 13:18:09 +0000
4@@ -1,3 +1,9 @@
5+autopilot-gtk (1.4+14.04.20140107-0ubuntu3) utopic; urgency=medium
6+
7+ * Add legacy & icon dependencies for ADT tests.
8+
9+ -- Dimitri John Ledkov <xnox@ubuntu.com> Mon, 19 May 2014 12:32:52 +0100
10+
11 autopilot-gtk (1.4+14.04.20140107-0ubuntu2) trusty; urgency=medium
12
13 * No-change rebuild against trusty's xpathselect. The previous auto-upload
14
15=== modified file 'debian/control'
16--- debian/control 2013-12-18 17:47:19 +0000
17+++ debian/control 2014-05-19 13:18:09 +0000
18@@ -3,6 +3,8 @@
19 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
20 XSBC-Original-Maintainer: Allan LeSage <allan.lesage@canonical.com>
21 Build-Depends: autopilot-desktop (>= 1.4),
22+ autopilot-desktop-legacy (>= 1.4),
23+ gnome-icon-theme-symbolic,
24 bamfdaemon,
25 at-spi2-core,
26 cmake,
27
28=== modified file 'debian/tests/control'
29--- debian/tests/control 2013-12-18 17:47:19 +0000
30+++ debian/tests/control 2014-05-19 13:18:09 +0000
31@@ -1,6 +1,8 @@
32 Tests: autopilot
33 Depends: @,
34 autopilot-desktop (>= 1.4),
35+ autopilot-desktop-legacy (>= 1.4),
36+ gnome-icon-theme-symbolic,
37 bamfdaemon,
38 at-spi2-core,
39 xvfb,

Subscribers

People subscribed via source and target branches