Salome HOME
A py3 translation of a forgotten test py file
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingBasicsTest6.py
index c8d34125e5f0f523e7067f2a57c2f1096f88a2ff..30b4af3046b41c284b45cc54bbde9cd74a88e1a9 100644 (file)
@@ -190,7 +190,6 @@ class MEDCouplingBasicsTest6(unittest.TestCase):
         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])