From: bugmaster Date: Fri, 17 Jan 2014 08:35:12 +0000 (+0400) Subject: Correction of test cases for 24474 issue X-Git-Tag: V6_7_1_beta~113 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=fff7701c4b650e5d20d29bce943d803da7799913;p=occt-copy.git Correction of test cases for 24474 issue --- diff --git a/tests/bugs/moddata_3/bug24474 b/tests/bugs/moddata_3/bug24474 index 1c3e110d4d..e957873530 100644 --- a/tests/bugs/moddata_3/bug24474 +++ b/tests/bugs/moddata_3/bug24474 @@ -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} { diff --git a/tests/bugs/moddata_3/bug24474_2 b/tests/bugs/moddata_3/bug24474_2 index 662c1f9c02..db10af6919 100644 --- a/tests/bugs/moddata_3/bug24474_2 +++ b/tests/bugs/moddata_3/bug24474_2 @@ -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} {