From: azv Date: Wed, 2 Oct 2019 05:33:10 +0000 (+0300) Subject: Uncomment method for code coverage. X-Git-Tag: V9_4_0a2~4^2~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9a0a25dd2dec161e639fa39af8ea827f2941c5f9;p=modules%2Fshaper.git Uncomment method for code coverage. --- diff --git a/src/GeomAPI/GeomAPI_Curve.cpp b/src/GeomAPI/GeomAPI_Curve.cpp index 9c5330a86..2ffc94646 100644 --- a/src/GeomAPI/GeomAPI_Curve.cpp +++ b/src/GeomAPI/GeomAPI_Curve.cpp @@ -125,8 +125,6 @@ bool GeomAPI_Curve::isTrimmed() const return !isNull() && MY_CURVE->DynamicType() == STANDARD_TYPE(Geom_TrimmedCurve); } -// unused in the unit tests for now -// LCOV_EXCL_START GeomCurvePtr GeomAPI_Curve::basisCurve() const { Handle(Geom_Curve) aCurve = MY_CURVE; @@ -137,7 +135,6 @@ GeomCurvePtr GeomAPI_Curve::basisCurve() const aNewCurve->setImpl(new Handle(Geom_Curve)(aCurve)); return aNewCurve; } -// LCOV_EXCL_STOP const std::shared_ptr GeomAPI_Curve::project(