From: mpv Date: Tue, 30 Jul 2019 16:00:54 +0000 (+0300) Subject: Additional fix of test for the issue #2968 X-Git-Tag: VEDF2019Lot4~69 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1c1726ca159e94a0e41c81a3a2919d0966ea1d07;p=modules%2Fshaper.git Additional fix of test for the issue #2968 --- diff --git a/src/ConnectorAPI/Test/TestExportToGEOMPartSet.py b/src/ConnectorAPI/Test/TestExportToGEOMPartSet.py index 1fa41b8f5..a3d4d7223 100644 --- a/src/ConnectorAPI/Test/TestExportToGEOMPartSet.py +++ b/src/ConnectorAPI/Test/TestExportToGEOMPartSet.py @@ -141,7 +141,7 @@ assert(geompy.NumberOfSubShapes(shape3, geompy.ShapeType["VERTEX"]) == 3) field = salome.ObjectToSObject(shape3).FindSubObject(1)[1].GetObject() assert(field) assert(field.GetName() == "Field_1") -assert(field.GetSteps() == [0, 1]) +assert(field.GetSteps() == [1, 2]) shape4 = getGEOMShape(3) assert(not shape4)