Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed failing test
  • Loading branch information
uclaros committed Sep 4, 2020
1 parent 2603c72 commit 02f5c13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/src/app/testqgsmaptoolsplitfeatures.cpp
Expand Up @@ -151,9 +151,7 @@ void TestQgsMapToolSplitFeatures::testNoFeaturesSplit()


QVERIFY( mMultiLineStringLayer->featureCount() == 2 );
// This is not working as expected: count is always 1, see https://github.com/qgis/QGIS/issues/38287
// QCOMPARE( mMultiLineStringLayer->undoStack()->count(), 0 );
mMultiLineStringLayer->undoStack()->undo();
QVERIFY( mMultiLineStringLayer->undoStack()->index() == 2 );
}

void TestQgsMapToolSplitFeatures::testSplitPolygon()
Expand Down

0 comments on commit 02f5c13

Please sign in to comment.