Skip to content

Commit 99abc8d

Browse files
DelazJnyalldawson
authored andcommittedDec 28, 2017
Revert QVERIFY change
1 parent 060a36b commit 99abc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/providers/grass/testqgsgrassprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ bool TestQgsGrassProvider::compare( QMap<QString, QgsVectorLayer *> layers, bool
15771577
Q_FOREACH ( const QString &grassUri, layers.keys() )
15781578
{
15791579
QgsVectorLayer *layer = layers.value( grassUri );
1580-
QVERIFY( layer );
1580+
Q_ASSERT( layer );
15811581
if ( !compare( grassUri, layer, ok ) )
15821582
{
15831583
reportRow( "comparison failed: " + grassUri );

0 commit comments

Comments
 (0)
Please sign in to comment.