Navigation Menu

Skip to content

Commit

Permalink
Remove extra blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannQDQ authored and nyalldawson committed Jan 24, 2023
1 parent 67a61ba commit ea97d48
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/src/app/testqgsmeasuretool.cpp
Expand Up @@ -377,7 +377,6 @@ void TestQgsMeasureTool::degreeDecimalPlaces()

void TestQgsMeasureTool::testToolDesactivationNoExtraPoint()
{

// set project CRS and ellipsoid
const QgsCoordinateReferenceSystem srs( QStringLiteral( "EPSG:3111" ) );
mCanvas->setDestinationCrs( srs );
Expand Down Expand Up @@ -406,7 +405,6 @@ void TestQgsMeasureTool::testToolDesactivationNoExtraPoint()

mCanvas->setMapTool( tool.get() );


// Click on two points, then move the cursor
clickCanvas( 50, 50 );
clickCanvas( 50, 100 );
Expand All @@ -426,13 +424,7 @@ void TestQgsMeasureTool::testToolDesactivationNoExtraPoint()
// Check if both rubberbands still have the right number of vertices
QCOMPARE( tool->mRubberBandPoints->numberOfVertices(), 2 );
QCOMPARE( tool->mRubberBand->numberOfVertices(), tool->mRubberBandPoints->numberOfVertices() + 1 );



}




QGSTEST_MAIN( TestQgsMeasureTool )
#include "testqgsmeasuretool.moc"

0 comments on commit ea97d48

Please sign in to comment.