From 79af72de751bb7c8625af0c9cfe762d3874b65f6 Mon Sep 17 00:00:00 2001 From: mkv Date: Wed, 7 Aug 2013 16:12:24 +0400 Subject: [PATCH] Adding test cases for issue CR24103 --- tests/bugs/modalg_5/bug24103_1 | 24 ++++++++++++++++++++++++ tests/bugs/modalg_5/bug24103_2 | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100755 tests/bugs/modalg_5/bug24103_1 create mode 100755 tests/bugs/modalg_5/bug24103_2 diff --git a/tests/bugs/modalg_5/bug24103_1 b/tests/bugs/modalg_5/bug24103_1 new file mode 100755 index 0000000000..d599364f3d --- /dev/null +++ b/tests/bugs/modalg_5/bug24103_1 @@ -0,0 +1,24 @@ +puts "============" +puts "OCC24103" +puts "============" +puts "" +###################################################### +# Infinite loop in HLR algorithm on the customer's shape +###################################################### + +pload XDE + +smallview +right + +stepread [locate_data_file bug24100_REFLECT_CURVE_PART_5_SOL_ohne_Metadaten.stp] a * + +explode a_1 +donly a_1_1 +fit + +reflectlines result a_1_1 1 0 0 + +set length 4217.78 + +set only_screen_axo 1 diff --git a/tests/bugs/modalg_5/bug24103_2 b/tests/bugs/modalg_5/bug24103_2 new file mode 100755 index 0000000000..a889d8bef7 --- /dev/null +++ b/tests/bugs/modalg_5/bug24103_2 @@ -0,0 +1,24 @@ +puts "============" +puts "OCC24103" +puts "============" +puts "" +###################################################### +# Infinite loop in HLR algorithm on the customer's shape +###################################################### + +pload XDE + +smallview +top + +stepread [locate_data_file bug24100_REFLECT_CURVE_PART_5_SOL_ohne_Metadaten.stp] a * + +explode a_1 +donly a_1_1 +fit + +reflectlines result a_1_1 0 0 1 + +set length 6385.96 + +set only_screen_axo 1 -- 2.39.5