From: mkv Date: Thu, 26 Mar 2015 13:37:24 +0000 (+0300) Subject: Small correction of test case bugs/modalg_5/bug25416_3 for issue CR25416 X-Git-Tag: V6_9_0_beta~22 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=aa5f963b81ad05132c0986cec00b9186091d5277;p=occt-copy.git Small correction of test case bugs/modalg_5/bug25416_3 for issue CR25416 --- 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