]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorcvw <cvw>
Wed, 29 Feb 2012 07:50:08 +0000 (07:50 +0000)
committercvw <cvw>
Wed, 29 Feb 2012 07:50:08 +0000 (07:50 +0000)
src/MEDCoupling/Test/MEDCouplingBasicsTest3.cxx

index 4f0c98d5185e5e934c939ad8704cff31fcfacdaf..19cc8c9ebff4fe9fdac8e146e1103539c2e9965e 100644 (file)
@@ -823,7 +823,7 @@ void MEDCouplingBasicsTest3::testElementaryDAThrowAndSpecialCases()
 {
   DataArrayInt *da=DataArrayInt::New();
   CPPUNIT_ASSERT_THROW(da->checkAllocated(),INTERP_KERNEL::Exception);
-  CPPUNIT_ASSERT_THROW(da->fillWithValue(1.),INTERP_KERNEL::Exception);
+  CPPUNIT_ASSERT_THROW(da->fillWithValue(1),INTERP_KERNEL::Exception);
   CPPUNIT_ASSERT_THROW(da->iota(1),INTERP_KERNEL::Exception);
   da->alloc(7,1);
   da->fillWithValue(11); //11,11,11,11...