Skip to content

Commit b48a429

Browse files
committedOct 1, 2018
Remove redundant test
1 parent a68a82c commit b48a429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tests/src/core/testqgis.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ void TestQgis::testQgsVariantEqual()
373373

374374
// Double
375375
QVERIFY( qgsVariantEqual( QVariant( 1.234 ), QVariant( 1.234 ) ) );
376-
QVERIFY( qgsVariantEqual( QVariant( QVariant::Int ), QVariant( QVariant::Int ) ) );
377376

378377
// This is what we actually wanted to fix with qgsVariantEqual
379378
// zero != NULL

0 commit comments

Comments
 (0)
Please sign in to comment.