Skip to content

Commit

Permalink
Fix error with circularstringz on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Aug 22, 2018
1 parent d3f602c commit fb45c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/app/testqgsmaptoolreverseline.cpp
Expand Up @@ -86,7 +86,7 @@ void TestQgsMapToolReverseLine::testReverseCurve()
std::unique_ptr< QgsMapToolReverseLine > tool( new QgsMapToolReverseLine( mCanvas ) );

memoryLayer->startEditing();
QgsPointXY mapPoint = mCanvas->getCoordinateTransform()->transform( 6, 6 );
QgsPointXY mapPoint = mCanvas->getCoordinateTransform()->transform( 5, 5 );
std::unique_ptr< QgsMapMouseEvent > event( new QgsMapMouseEvent(
mCanvas,
QEvent::MouseButtonRelease,
Expand Down

0 comments on commit fb45c27

Please sign in to comment.