Salome HOME
MEDReader ready -> debug is in progress.
authorageay <ageay>
Mon, 29 Jul 2013 12:35:09 +0000 (12:35 +0000)
committerageay <ageay>
Mon, 29 Jul 2013 12:35:09 +0000 (12:35 +0000)
src/MEDLoader/Swig/MEDLoaderTest4.py

index ff9d76ccdf088acdfe94d581d26b153aecf1eb46..38da5b7613055452e3498f1778aaa1b7a620263f 100644 (file)
@@ -369,7 +369,7 @@ class MEDLoaderTest4(unittest.TestCase):
         self.assertEqual(len(allFMTSLeavesPerTimeSeries[0]),2)
         allFMTSLeavesPerCommonSupport=MEDFileAnyTypeFieldMultiTS.SplitPerCommonSupport(allFMTSLeavesPerTimeSeries[0],ms[ms.getMeshesNames()[0]])
         self.assertEqual(len(allFMTSLeavesPerCommonSupport),1)
-        self.assertEqual(len(allFMTSLeavesPerCommonSupport[0]),2)
+        self.assertEqual(len(allFMTSLeavesPerCommonSupport[0][0]),2)
         #
         mst=MEDFileMeshStruct.New(ms[0])
         fcscp=allFMTSLeavesPerCommonSupport[0][1]