Tests fail with GTK+ 3.5
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu Single Sign On Client | Status tracked in Trunk | |||||
Stable-4-0 |
Fix Released
|
Undecided
|
dobey | |||
Trunk |
Fix Released
|
Undecided
|
dobey | |||
ubuntu-sso-client (Ubuntu) |
Fix Released
|
Undecided
|
dobey | |||
Quantal |
Fix Released
|
Undecided
|
dobey |
Bug Description
Several of the gtk tests are failing with the following error on Quantal now, with GTK+ 3.5:
Traceback (most recent call last):
File "/tmp/buildd/
gui.
File "/tmp/buildd/
self.
File "/tmp/buildd/
self.
File "/usr/lib/
% (msg, pformat(first), pformat(second)))
twisted.
not equal:
a = <Gdk.Color(
b = <Gdk.Color(
This is due to a performance improvement change in GTK+ where the style update doesn't occur until the widget is actually drawn, and so the color we get from the style doesn't match the one we set.
Related branches
- Natalia Bidart (community): Approve
- Roberto Alsina (community): Approve
-
Diff: 17 lines (+4/-3)1 file modifiedubuntu_sso/gtk/tests/test_gui.py (+4/-3)
Changed in ubuntu-sso-client (Ubuntu Quantal): | |
status: | New → Triaged |
assignee: | nobody → Rodney Dawes (dobey) |
This bug was fixed in the package ubuntu-sso-client - 3.99.1-0ubuntu1
---------------
ubuntu-sso-client (3.99.1-0ubuntu1) quantal-proposed; urgency=low
* New upstream release. itervalues calls. (LP: #1016707)
- Handle type annotation when printed from gsettings. (LP: #1007109)
- Remove back buttons in sign in/up pages. (LP: #1009107)
- Disable tests broken by GTK+ 3.5 behavior change. (LP: #1014772)
- Remove code duplication with dirspec. (LP: #1016151)
- Stop using deprecated dict iteritems/
- Stop using deprecated exception handling method. (LP: #1016711)
* debian/control:
- Update dependencies.
* debian/*.install:
- Remove modules that duplicated code with dirspec.
* debian/patches:
- Remove upstreamed patches.
-- Rodney Dawes <email address hidden> Wed, 27 Jun 2012 15:10:41 -0400