diff --git a/autotests/propertyinfotest.cpp b/autotests/propertyinfotest.cpp --- a/autotests/propertyinfotest.cpp +++ b/autotests/propertyinfotest.cpp @@ -48,7 +48,7 @@ void PropertyInfoTest::init() { if (!m_useLocalization) { - QLocale().setDefault(QLocale::c()); + QLocale().setDefault(QLocale(QLocale::English, QLocale::UnitedStates)); } } @@ -91,6 +91,7 @@ { QTest::addColumn("propertyInfo"); QTest::addColumn("value"); + // expected values for an en_US locale QTest::addColumn("expected"); QTest::addColumn("maybeLocalized");