]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Improve ExchangePlugin code coverage End2018
authormpv <mpv@opencascade.com>
Sat, 29 Dec 2018 12:18:32 +0000 (15:18 +0300)
committermpv <mpv@opencascade.com>
Sat, 29 Dec 2018 12:18:32 +0000 (15:18 +0300)
src/ExchangePlugin/ExchangePlugin_ImportFeature.cpp

index 9ab9c61b2eaca68a86dc8e701389daf486a7b17e..6ced1ce6de41b03ce9ae2d2457ef6b7f5746c48c 100644 (file)
@@ -353,6 +353,7 @@ std::shared_ptr<ModelAPI_Feature> ExchangePlugin_ImportFeature::addFeature(
   return aNew;
 }
 
+// LCOV_EXCL_START
 void ExchangePlugin_ImportFeature::removeFeature(
     std::shared_ptr<ModelAPI_Feature> theFeature)
 {
@@ -361,6 +362,7 @@ void ExchangePlugin_ImportFeature::removeFeature(
   AttributeRefListPtr aList = reflist(FEATURES_ID());
   aList->remove(theFeature);
 }
+// LCOV_EXCL_STOP
 
 int ExchangePlugin_ImportFeature::numberOfSubs(bool forTree) const
 {