This:
QCOMPARE(QLocale::c().toString(1234.0, 'f', 0), QString("1,234"));
was the behavior until Qt 5.5
With Qt 5.6, this happens:
Actual (QLocale::c().toString(1234.0, 'f', 0)): "1234"
Expected (QString("1,234")) : "1,234"
Is this an expected change?
--
David Faure, [email protected], http://www.davidfaure.fr
Working on KDE Frameworks 5
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development
