Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 1, 2018
1 parent a68a82c commit b48a429
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/core/testqgis.cpp
Expand Up @@ -373,7 +373,6 @@ void TestQgis::testQgsVariantEqual()

// Double
QVERIFY( qgsVariantEqual( QVariant( 1.234 ), QVariant( 1.234 ) ) );
QVERIFY( qgsVariantEqual( QVariant( QVariant::Int ), QVariant( QVariant::Int ) ) );

// This is what we actually wanted to fix with qgsVariantEqual
// zero != NULL
Expand Down

0 comments on commit b48a429

Please sign in to comment.