Skip to content

Commit fb45c27

Browse files
committed
Fix error with circularstringz on travis.
1 parent d3f602c commit fb45c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/app/testqgsmaptoolreverseline.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void TestQgsMapToolReverseLine::testReverseCurve()
8686
std::unique_ptr< QgsMapToolReverseLine > tool( new QgsMapToolReverseLine( mCanvas ) );
8787

8888
memoryLayer->startEditing();
89-
QgsPointXY mapPoint = mCanvas->getCoordinateTransform()->transform( 6, 6 );
89+
QgsPointXY mapPoint = mCanvas->getCoordinateTransform()->transform( 5, 5 );
9090
std::unique_ptr< QgsMapMouseEvent > event( new QgsMapMouseEvent(
9191
mCanvas,
9292
QEvent::MouseButtonRelease,

0 commit comments

Comments
 (0)