From aa5f963b81ad05132c0986cec00b9186091d5277 Mon Sep 17 00:00:00 2001 From: mkv Date: Thu, 26 Mar 2015 16:37:24 +0300 Subject: [PATCH] Small correction of test case bugs/modalg_5/bug25416_3 for issue CR25416 --- tests/bugs/modalg_5/bug25416_3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/bugs/modalg_5/bug25416_3 b/tests/bugs/modalg_5/bug25416_3 index 2ad495f445..71e0546244 100644 --- a/tests/bugs/modalg_5/bug25416_3 +++ b/tests/bugs/modalg_5/bug25416_3 @@ -8,8 +8,8 @@ puts "" #Check if intersection algorithm produces overlapped curves -restore [locate_data_file bug25416_s1.brep] s1 -restore [locate_data_file bug25416_s2.brep] s2 +restore [locate_data_file bug25416_s1.draw] s1 +restore [locate_data_file bug25416_s2.draw] s2 set ll [intersect ii s1 s2] @@ -21,13 +21,13 @@ if { [llength $ll] < 1 } { foreach i $ll { foreach j $ll { if { $i >= $j } continue - + decho off mkedge e1 $i mkedge e2 $j set coe [checkoverlapedges e1 e2] decho on - + puts "$i<->$j: $coe" if { [regexp "Edges is not overlaped" $coe] != 1 } { set status 2