Skip to content

Commit 47456e8

Browse files
committedSep 17, 2018
Be more verbose on offlineediting test failures
1 parent 27aeaab commit 47456e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/src/core/testqgsofflineediting.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ void TestQgsOfflineEditing::createGeopackageAndSynchronizeBack()
125125
QCOMPARE( mpLayer->featureCount(), numberOfFeatures );
126126
QCOMPARE( mpLayer->fields().size(), numberOfFields );
127127

128+
connect( mOfflineEditing, &QgsOfflineEditing::warning, this, []( const QString & title, const QString & message ) { qDebug() << title << message; } );
128129
//convert
129130
mOfflineEditing->convertToOfflineProject( offlineDataPath, offlineDbFile, layerIds, false, QgsOfflineEditing::GPKG );
130131

0 commit comments

Comments
 (0)
Please sign in to comment.