You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The msexchange test sometimes fails in msechange_wsdl.cpp:95 when comparing received against expected XML. The XML differ in the order of the attributes. Without detailed debugging, I suspect this is to QHash usage (in QDom?) for attributes. As iterating over a QHash now leads to undeterministic order in Qt5, one cannot rely on the order of attributes anymore. See also https://bugreports.qt-project.org/browse/QTBUG-25071
The text was updated successfully, but these errors were encountered:
On Wednesday 16 January 2013 04:38:43 Frank Osterfeld wrote:
The msexchange test sometimes fails in msechange_wsdl.cpp:95 when comparing
received against expected XML. The XML differ in the order of the
attributes. Without detailed debugging, I suspect this is to QHash usage
(in QDom?) for attributes. As iterating over a QHash now leads to
undeterministic order in Qt5, one cannot rely on the order of attributes
anymore. See also https://bugreports.qt-project.org/browse/QTBUG-25071
Fixed, using the same fix as in qtbase.git
92243bc346aa3b99bb0a9ad356ef5cdb190bfbca : setting qt_qhash_seed.
David Faure | david.faure@kdab.com | Managing Director KDAB France
KDAB (France) S.A.S., a KDAB Group company
Tel. France +33 (0)4 90 84 08 53, Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions
The msexchange test sometimes fails in msechange_wsdl.cpp:95 when comparing received against expected XML. The XML differ in the order of the attributes. Without detailed debugging, I suspect this is to QHash usage (in QDom?) for attributes. As iterating over a QHash now leads to undeterministic order in Qt5, one cannot rely on the order of attributes anymore. See also https://bugreports.qt-project.org/browse/QTBUG-25071
The text was updated successfully, but these errors were encountered: