Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
3 deletions.
-
+1
−3
tests/src/app/testqgsmaptoolsplitfeatures.cpp
|
@@ -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() |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.