]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
reverse accepts now to work on multi components
authorageay <ageay>
Tue, 26 Mar 2013 11:24:43 +0000 (11:24 +0000)
committerageay <ageay>
Tue, 26 Mar 2013 11:24:43 +0000 (11:24 +0000)
src/MEDCoupling/Test/MEDCouplingBasicsTest3.cxx

index 2733f517e3b145045e8a1a2de595cb2e6683b567..2449fc439c898ed42171e47e0fdec6caf541c75e 100644 (file)
@@ -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();