From: ageay Date: Tue, 26 Mar 2013 11:24:43 +0000 (+0000) Subject: reverse accepts now to work on multi components X-Git-Tag: V6_main_FINAL~236 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=440b33df26a682af983785336089aab9de67a0b4;p=tools%2Fmedcoupling.git reverse accepts now to work on multi components --- diff --git a/src/MEDCoupling/Test/MEDCouplingBasicsTest3.cxx b/src/MEDCoupling/Test/MEDCouplingBasicsTest3.cxx index 2733f517e..2449fc439 100644 --- a/src/MEDCoupling/Test/MEDCouplingBasicsTest3.cxx +++ b/src/MEDCoupling/Test/MEDCouplingBasicsTest3.cxx @@ -837,7 +837,6 @@ void MEDCouplingBasicsTest3::testElementaryDAThrowAndSpecialCases() dbl2->alloc(7,2); CPPUNIT_ASSERT_THROW(dbl2->isUniform(10.,1e-15),INTERP_KERNEL::Exception); CPPUNIT_ASSERT_THROW(dbl2->sort(),INTERP_KERNEL::Exception); - CPPUNIT_ASSERT_THROW(dbl2->reverse(),INTERP_KERNEL::Exception); CPPUNIT_ASSERT_THROW(dbl2->iota(10.),INTERP_KERNEL::Exception); DataArrayDouble *dbl=DataArrayDouble::New();