From 1b4f164625a9485e1a22b6ab7b2326a34d1fcb81 Mon Sep 17 00:00:00 2001 From: abk Date: Wed, 3 May 2017 17:42:35 +0300 Subject: [PATCH] 0028713: Algorithm 'ShapeUpgrade_UnifySameDomain' does not report the history of removed shapes properly in the safe input mode A 'Draw' test was created to reveal the problem. --- tests/heal/unify_same_domain/B1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/heal/unify_same_domain/B1 diff --git a/tests/heal/unify_same_domain/B1 b/tests/heal/unify_same_domain/B1 new file mode 100644 index 0000000000..fd6ecdea83 --- /dev/null +++ b/tests/heal/unify_same_domain/B1 @@ -0,0 +1,15 @@ +puts "TODO #28713 ALL: Error : is WRONG because number of EDGE" + +readstl a [locate_data_file bug27767.stl] + +unifysamedom b a -t 5e-2 -a 0.01047197551196597746154214461093 + +explode a e +compound result +for {set i 1} {$i <= 186} {incr i} { + if {[unifysamedomisdel a_${i}] == "The shape has been deleted\n"} { + add a_${i} result + } +} + +checknbshapes result -edge 90 -- 2.39.5