Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 18, 2017
1 parent 255eb98 commit babab3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsfeature.cpp
Expand Up @@ -428,9 +428,9 @@ void TestQgsFeature::equality()
feature5.setAttribute( 0, QStringLiteral( "attr1" ) );
feature5.setAttribute( 1, QStringLiteral( "attr2" ) );
feature5.setAttribute( 2, QStringLiteral( "attr3" ) );
feature5.setValid( false );
feature5.setId( 1 );
feature5.setGeometry( QgsGeometry( new QgsPointV2( 1, 2 ) ) );
feature5.setValid( false );

QVERIFY( feature != feature5 );

Expand Down

0 comments on commit babab3d

Please sign in to comment.