From 9b6c1bd9c20c4aa58728acd9e4790c3d717f5392 Mon Sep 17 00:00:00 2001 From: mkv Date: Wed, 3 Feb 2016 12:29:28 +0300 Subject: [PATCH] Small correction of shape names --- tests/bugs/mesh/bug24593_1 | 2 +- tests/bugs/mesh/bug24593_2 | 2 +- tests/bugs/mesh/bug24594 | 6 +++--- tests/bugs/mesh/bug25045 | 2 +- tests/bugs/step/bug27122 | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/bugs/mesh/bug24593_1 b/tests/bugs/mesh/bug24593_1 index 3330984209..b0bcf25a52 100644 --- a/tests/bugs/mesh/bug24593_1 +++ b/tests/bugs/mesh/bug24593_1 @@ -10,7 +10,7 @@ pload XDE set refnbfaces 69 -stepread [locate_data_file "285330.stp"] a * +stepread [locate_data_file bug24593_285330.stp] a * renamevar a_1 result #1 diff --git a/tests/bugs/mesh/bug24593_2 b/tests/bugs/mesh/bug24593_2 index 291e01b16d..d7e8b905a5 100644 --- a/tests/bugs/mesh/bug24593_2 +++ b/tests/bugs/mesh/bug24593_2 @@ -10,7 +10,7 @@ pload XDE set refnbfaces 23 -stepread [locate_data_file "281946.stp"] a * +stepread [locate_data_file bug24593_281946.stp] a * renamevar a_1 result #1 diff --git a/tests/bugs/mesh/bug24594 b/tests/bugs/mesh/bug24594 index 72d3ea8a22..48a44bac25 100644 --- a/tests/bugs/mesh/bug24594 +++ b/tests/bugs/mesh/bug24594 @@ -1,16 +1,16 @@ puts "========" -puts "OCC25045" +puts "OCC24594" puts "========" puts "" ################################# -# STEP Import fails to find all surfaces +# Missing surfaces from STL output (second example) ################################# pload XDE set refnbfaces 22 -stepread [locate_data_file "284965.stp"] a * +stepread [locate_data_file bug24594_284965.stp] a * renamevar a_1 result #1 diff --git a/tests/bugs/mesh/bug25045 b/tests/bugs/mesh/bug25045 index 614e3c10ed..8b24a7b382 100644 --- a/tests/bugs/mesh/bug25045 +++ b/tests/bugs/mesh/bug25045 @@ -10,7 +10,7 @@ pload XDE set refnbfaces 13 -stepread [locate_data_file "ICK 0433.STP"] a * +stepread [locate_data_file bug25045_ick_0433.stp] a * renamevar a_1 result #1 diff --git a/tests/bugs/step/bug27122 b/tests/bugs/step/bug27122 index 8a39234f1d..fe73edb3e8 100644 --- a/tests/bugs/step/bug27122 +++ b/tests/bugs/step/bug27122 @@ -42,7 +42,7 @@ proc checkface {face} { } } -stepread [locate_data_file 280696.stp] a * +stepread [locate_data_file bug27122_280696.stp] a * renamevar a_1 result explode result f -- 2.39.5