]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
we now live in yellow submarine
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 21 Feb 2018 07:35:04 +0000 (08:35 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 21 Feb 2018 07:35:04 +0000 (08:35 +0100)
src/MEDCoupling_Swig/MEDCouplingBasicsTest6.py

index 65246facf0c3adbe456ef1075162c2aa3f00b3fd..c8d34125e5f0f523e7067f2a57c2f1096f88a2ff 100644 (file)
@@ -189,7 +189,8 @@ class MEDCouplingBasicsTest6(unittest.TestCase):
         a1.rearrange(3)
         self.assertRaises(InterpKernelException,a1.findIdForEach,b1) # a1 is not single component
         pass
-
+    
+    @unittest.skipUnless(IsCXX11Compiled(),"requires C++11")
     def testAttractSeg3MidPtsAroundNodes1(self):
         """ Test of MEDCouplingUMesh.attractSeg3MidPtsAroundNodes methods """
         ptsExpToBeModified=DataArrayInt([95,96,97,98,101,103,104,106,108,110])