Skip to content

Commit 069dc1b

Browse files
committed
Fix test
1 parent ae90787 commit 069dc1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/src/core/testqgsfield.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,6 @@ void TestQgsField::convertCompatible()
609609

610610
// Test that wrongly formatted decimal separator are also accepted
611611
QLocale::setDefault( QLocale::German );
612-
QCOMPARE( QLocale().groupSeparator(), '.' );
613-
QCOMPARE( QLocale().decimalPoint(), ',' );
614612
stringDouble = QVariant( "12.23.456,012345" );
615613
QVERIFY( doubleField.convertCompatible( stringDouble ) );
616614
QCOMPARE( stringDouble.type(), QVariant::Double );

0 commit comments

Comments
 (0)