Skip to content

Commit

Permalink
Revert QVERIFY change
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Dec 28, 2017
1 parent 060a36b commit 99abc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/providers/grass/testqgsgrassprovider.cpp
Expand Up @@ -1577,7 +1577,7 @@ bool TestQgsGrassProvider::compare( QMap<QString, QgsVectorLayer *> layers, bool
Q_FOREACH ( const QString &grassUri, layers.keys() )
{
QgsVectorLayer *layer = layers.value( grassUri );
QVERIFY( layer );
Q_ASSERT( layer );
if ( !compare( grassUri, layer, ok ) )
{
reportRow( "comparison failed: " + grassUri );
Expand Down

0 comments on commit 99abc8d

Please sign in to comment.