1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

Correction of test cases for 24474 issue

This commit is contained in:
bugmaster
2014-01-17 12:35:12 +04:00
committed by abv
parent fd03ee4b3b
commit fff7701c4b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ puts "Check count of segments in approximating polyline."
puts "=================================================="
puts ""
restore [locate_data_file bug24474.brep] c
restore [locate_data_file bug24474.draw] c
discrCurve p c nbPnts 3 uniform 1
regexp {Poles\, +([0-9]+)} [dump p] full n
if {$n != 3} {

View File

@@ -3,7 +3,7 @@ puts "Check count of segments in approximating polyline."
puts "=================================================="
puts ""
restore [locate_data_file bug24474_2.brep] c
restore [locate_data_file bug24474_2.draw] c
discrCurve p c nbPnts 3 uniform 1
regexp {Poles\, +([0-9]+)} [dump p] full n
if {$n != 3} {