After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 664660 - pygtk test_dialog.py fails
pygtk test_dialog.py fails
Status: RESOLVED DUPLICATE of bug 664659
Product: pygtk
Classification: Bindings
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-23 18:13 UTC by Pacho Ramos
Modified: 2011-11-24 19:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2011-11-23 18:13:10 UTC
We get the following error downstream:
https://bugs.gentoo.org/show_bug.cgi?id=391309

make -j5 check-local 
..............................................<GType GtkMessageDialog
(10713872)>
GtkMessageDialog
F....................................................
======================================================================
FAIL: testSubclass (test_dialog.MessageDialogTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/var/tmp/portage/dev-python/pygtk-2.24.0-r2/work/pygtk-2.24.0-2.7/tests/test_dialog.py",
line 24, in testSubclass
    self.assertEqual(sub.__gtype__.name, 'SubDialog')
AssertionError: 'GtkMessageDialog' != 'SubDialog'

----------------------------------------------------------------------
Ran 99 tests in 0.158s


Comment 1 André Klapper 2011-11-24 11:56:34 UTC

*** This bug has been marked as a duplicate of bug 664659 ***