Skip to content

Commit

Permalink
Be more verbose on offlineediting test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 17, 2018
1 parent 27aeaab commit 47456e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/core/testqgsofflineediting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ void TestQgsOfflineEditing::createGeopackageAndSynchronizeBack()
QCOMPARE( mpLayer->featureCount(), numberOfFeatures );
QCOMPARE( mpLayer->fields().size(), numberOfFields );

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

Expand Down

0 comments on commit 47456e8

Please sign in to comment.