More delinting
This commit is contained in:
@@ -24,7 +24,7 @@ protected:
|
||||
void TearDown() override
|
||||
{}
|
||||
|
||||
Part::Cut* _cut; // NOLINT Can't be private in a test framework
|
||||
Part::Cut* _cut = nullptr; // NOLINT Can't be private in a test framework
|
||||
};
|
||||
|
||||
TEST_F(FeaturePartCutTest, testIntersecting)
|
||||
@@ -129,7 +129,7 @@ TEST_F(FeaturePartCutTest, testBarelyIntersecting)
|
||||
_cut->execute();
|
||||
Part::TopoShape ts = _cut->Shape.getValue();
|
||||
double volume = PartTestHelpers::getVolume(ts.getShape());
|
||||
double target = 6 - PartTestHelpers::minimalDistance * 3; // 3 dimensions in a Volume
|
||||
double target = 6 - PartTestHelpers::minimalDistance * 3; // NOLINT 3 dimensions in a Volume
|
||||
Base::BoundBox3d bb = ts.getBoundBox();
|
||||
|
||||
// Assert
|
||||
|
||||
Reference in New Issue
Block a user