We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ae90787 commit 069dc1bCopy full SHA for 069dc1b
tests/src/core/testqgsfield.cpp
@@ -609,8 +609,6 @@ void TestQgsField::convertCompatible()
609
610
// Test that wrongly formatted decimal separator are also accepted
611
QLocale::setDefault( QLocale::German );
612
- QCOMPARE( QLocale().groupSeparator(), '.' );
613
- QCOMPARE( QLocale().decimalPoint(), ',' );
614
stringDouble = QVariant( "12.23.456,012345" );
615
QVERIFY( doubleField.convertCompatible( stringDouble ) );
616
QCOMPARE( stringDouble.type(), QVariant::Double );
0 commit comments