From: mkv Date: Wed, 12 Jul 2017 14:13:06 +0000 (+0300) Subject: Test for 0022602: Improvement in notched healing X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=df6af3197889313c17b7620e88494ac2a9cebc89;p=occt-copy.git Test for 0022602: Improvement in notched healing --- diff --git a/tests/bugs/heal/bug22602 b/tests/bugs/heal/bug22602 new file mode 100644 index 0000000000..036fdb5eb8 --- /dev/null +++ b/tests/bugs/heal/bug22602 @@ -0,0 +1,26 @@ +puts "TODO OCC22602 ALL: Error : notched simple file is WRONG" + +puts "========" +puts "OCC22602" +puts "========" +puts "" +############################################# +# Improvement in notched healing +############################################# + +restore [locate_data_file bug22602_notched_simple.brep] a + +checkview -display a -2d -path ${imagedir}/${test_image}_1.png + +fixshape result a -l -o -h -m -d -s -i +n + +checkshape result + +set nbshapes_expected " +Number of shapes in shape + VERTEX : 6 + EDGE : 7 +" +checknbshapes result -ref ${nbshapes_expected} -t -m "notched simple file" + +checkview -display result -2d -path ${imagedir}/${test_image}_2.png