]> OCCT Git - occt-copy.git/commitdiff
change test
authorakaftasev <akaftasev@opencascade.com>
Tue, 9 Feb 2021 07:46:06 +0000 (10:46 +0300)
committerakaftasev <akaftasev@opencascade.com>
Tue, 16 Feb 2021 09:04:15 +0000 (12:04 +0300)
tests/bugs/modalg_6/bug25908

index 8b071c1464f5678f0f758866f303f0490a89fe74..1794cd0c53bf5292d97a94f510b2ef81902982c4 100755 (executable)
@@ -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"