From fff7701c4b650e5d20d29bce943d803da7799913 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Fri, 17 Jan 2014 12:35:12 +0400 Subject: [PATCH] Correction of test cases for 24474 issue --- tests/bugs/moddata_3/bug24474 | 2 +- tests/bugs/moddata_3/bug24474_2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} { -- 2.39.5