X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FQuadraticPlanarInterpTest4.cxx;h=92444771dce78819b4264af4959d383a2b6636f9;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=9114467f48715ec739cec288ba42f901914fcc89;hpb=ffb8188e28b2b60ee207a8644286821bc4e8fcdc;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/QuadraticPlanarInterpTest4.cxx b/src/INTERP_KERNELTest/QuadraticPlanarInterpTest4.cxx index 9114467f4..92444771d 100644 --- a/src/INTERP_KERNELTest/QuadraticPlanarInterpTest4.cxx +++ b/src/INTERP_KERNELTest/QuadraticPlanarInterpTest4.cxx @@ -518,9 +518,9 @@ void QuadraticPlanarInterpTest::checkHighLevelFunctionTest1() ElementaryEdge *e1=dynamic_cast((*pol)[1]); ElementaryEdge *e2=dynamic_cast((*pol)[0]); CPPUNIT_ASSERT(e0); CPPUNIT_ASSERT(e1); CPPUNIT_ASSERT(e2); - CPPUNIT_ASSERT(dynamic_cast(e0->getPtr()));//<- testing detection of colinearity + CPPUNIT_ASSERT(dynamic_cast(e0->getPtr()));// <- testing detection of colinearity CPPUNIT_ASSERT(dynamic_cast(e1->getPtr())); - CPPUNIT_ASSERT(dynamic_cast(e2->getPtr()));//<- testing detection of colinearity + CPPUNIT_ASSERT(dynamic_cast(e2->getPtr()));// <- testing detection of colinearity nodes.clear(); delete pol; nodes.push_back(new Node(coords)); @@ -536,9 +536,9 @@ void QuadraticPlanarInterpTest::checkHighLevelFunctionTest1() e1=dynamic_cast((*pol)[1]); e2=dynamic_cast((*pol)[0]); CPPUNIT_ASSERT(e0); CPPUNIT_ASSERT(e1); CPPUNIT_ASSERT(e2); - CPPUNIT_ASSERT(dynamic_cast(e0->getPtr()));//<- testing detection of colinearity + CPPUNIT_ASSERT(dynamic_cast(e0->getPtr()));// <- testing detection of colinearity CPPUNIT_ASSERT(dynamic_cast(e1->getPtr())); - CPPUNIT_ASSERT(dynamic_cast(e2->getPtr()));//<- testing detection of colinearity + CPPUNIT_ASSERT(dynamic_cast(e2->getPtr()));// <- testing detection of colinearity delete pol; const double coords2[]={ 0.,0.,