From 3c17a3788412041244f51cc47103e14f44943d51 Mon Sep 17 00:00:00 2001 From: akaftasev Date: Tue, 9 Feb 2021 10:46:06 +0300 Subject: [PATCH] change test --- tests/bugs/modalg_6/bug25908 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/tests/bugs/modalg_6/bug25908 b/tests/bugs/modalg_6/bug25908 index 8b071c1464..1794cd0c53 100755 --- a/tests/bugs/modalg_6/bug25908 +++ b/tests/bugs/modalg_6/bug25908 @@ -1,7 +1,3 @@ -puts "TODO OCC30286 ALL: Error : HLRToShape is WRONG because number of VERTEX entities in shape "result" is 109" -puts "TODO OCC30286 ALL: Error : HLRToShape is WRONG because number of EDGE entities in shape "result" is 55" -puts "TODO OCC30286 ALL: Error : HLRToShape is WRONG because number of SHAPE entities in shape "result" is 165" - puts "============" puts "OCC25908" puts "============" @@ -24,15 +20,15 @@ compound vl v1l vnl vol vil result set nbshapes_expected " Number of shapes in shape - VERTEX : 103 - EDGE : 52 + VERTEX : 109 + EDGE : 55 WIRE : 0 FACE : 0 SHELL : 0 SOLID : 0 COMPSOLID : 0 COMPOUND : 1 - SHAPE : 156 + SHAPE : 165 " checknbshapes result -ref ${nbshapes_expected} -t -m "HLRToShape" -- 2.39.5