Skip to content

Commit babab3d

Browse files
committed
Fix failing test
1 parent 255eb98 commit babab3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgsfeature.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,9 @@ void TestQgsFeature::equality()
428428
feature5.setAttribute( 0, QStringLiteral( "attr1" ) );
429429
feature5.setAttribute( 1, QStringLiteral( "attr2" ) );
430430
feature5.setAttribute( 2, QStringLiteral( "attr3" ) );
431-
feature5.setValid( false );
432431
feature5.setId( 1 );
433432
feature5.setGeometry( QgsGeometry( new QgsPointV2( 1, 2 ) ) );
433+
feature5.setValid( false );
434434

435435
QVERIFY( feature != feature5 );
436436

0 commit comments

Comments
 (0)