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:
@@ -3,7 +3,7 @@ puts "Check count of segments in approximating polyline."
|
|||||||
puts "=================================================="
|
puts "=================================================="
|
||||||
puts ""
|
puts ""
|
||||||
|
|
||||||
restore [locate_data_file bug24474.brep] c
|
restore [locate_data_file bug24474.draw] c
|
||||||
discrCurve p c nbPnts 3 uniform 1
|
discrCurve p c nbPnts 3 uniform 1
|
||||||
regexp {Poles\, +([0-9]+)} [dump p] full n
|
regexp {Poles\, +([0-9]+)} [dump p] full n
|
||||||
if {$n != 3} {
|
if {$n != 3} {
|
||||||
|
@@ -3,7 +3,7 @@ puts "Check count of segments in approximating polyline."
|
|||||||
puts "=================================================="
|
puts "=================================================="
|
||||||
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
|
discrCurve p c nbPnts 3 uniform 1
|
||||||
regexp {Poles\, +([0-9]+)} [dump p] full n
|
regexp {Poles\, +([0-9]+)} [dump p] full n
|
||||||
if {$n != 3} {
|
if {$n != 3} {
|
||||||
|
Reference in New Issue
Block a user