Skip to content

Commit

Permalink
Update testqgsvectorfilewriter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 31, 2019
1 parent 013bdf9 commit 2d3e9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsvectorfilewriter.cpp
Expand Up @@ -523,7 +523,7 @@ void TestQgsVectorFileWriter::testTextFieldLength()
QCOMPARE( errorMessage, fileName );
QgsVectorLayer vl2( QStringLiteral( "%1|layername=test" ).arg( fileName ), "src_test", "ogr" );
QVERIFY( vl2.isValid() );
QCOMPARE( vl2.featureCount(), 1 );
QCOMPARE( vl2.featureCount(), 1L );
QCOMPARE( vl2.fields().at( 1 ).length(), 1024 );
QCOMPARE( vl2.getFeature( 1 ).attribute( 1 ).toString(), QString( 1024, 'x' ) );

Expand Down

0 comments on commit 2d3e9e1

Please sign in to comment.