PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 1043 - Some QVariant conversions fails with Qt4.6
: Some QVariant conversions fails with Qt4.6
Status: RESOLVED ALREADYFIXED
Product: PySide
Classification: Unclassified
Component: QtCore
: HEAD
: PC Linux
: P5 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-11-01 21:46 EET by Lauro Moura
Modified: 2012-01-06 00:19 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2011-11-01 21:46:34 EET
Bug 829 test case is failing with Qt4.6 as it can't serialize {1:'a'}.

Output:
69: QVariant::save: unable to save type 859.
69: QVariant::load: unable to load type 859.
69: F
69: ======================================================================
69: FAIL: testDictionary (__main__.QVariantConversions)
69: ----------------------------------------------------------------------
69: Traceback (most recent call last):
69:   File "/home/lauro/dev/pyside/qt46/pyside/tests/QtCore/bug_829.py", line
22, in testDictionary
69:     self.assertEqual(s.value('x'), {1: 'a'})
69: AssertionError: None != {1: 'a'}
69: 
69: ----------------------------------------------------------------------
69: Ran 1 test in 0.002s
69: 
69: FAILED (failures=1)
69: [187318 refs]
Comment 1 Hugo Parente Lima 2012-01-06 00:19:01 EET
Already fixed in some commit.