We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 993c95d commit 9bbae4cCopy full SHA for 9bbae4c
tests/src/core/geometry/testqgsrectangle.cpp
@@ -18,7 +18,6 @@
18
//header for class being tested
19
#include <qgsrectangle.h>
20
#include <qgspoint.h>
21
-#include "qgslogger.h"
22
#include "qgsreferencedgeometry.h"
23
24
class TestQgsRectangle: public QObject
@@ -475,7 +474,7 @@ void TestQgsRectangle::buffered()
475
474
QCOMPARE( rectOut.xMaximum(), 1.0 );
476
QCOMPARE( rectOut.yMaximum(), -9.0 );
477
478
- rectIn.setMinimal();
+ rectIn.setNull();
479
rectOut = rectIn.buffered( 11 );
480
QVERIFY( rectOut.isNull() );
481
}
0 commit comments