From 33faae3b3bed01cf48f5e02fd6026535ece0db93 Mon Sep 17 00:00:00 2001 From: apv Date: Wed, 26 Jul 2017 19:09:13 +0300 Subject: [PATCH] Test for 0024429: Cylinder-torus intersection throws an exception and produces no result --- tests/bugs/modalg_7/bug24429 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/bugs/modalg_7/bug24429 diff --git a/tests/bugs/modalg_7/bug24429 b/tests/bugs/modalg_7/bug24429 new file mode 100644 index 0000000000..24ba38f5eb --- /dev/null +++ b/tests/bugs/modalg_7/bug24429 @@ -0,0 +1,16 @@ +puts "TODO OCC24429 ALL: An exception was caught" +puts "TODO OCC24429 ALL: \\*\\* Exception \\*\\*.*" +puts "TODO OCC24429 ALL: TEST INCOMPLETE" + +puts "========" +puts "OCC24429" +puts "========" +puts "" +########################################################################## +# Cylinder-torus intersection throws an exception and produces no result +########################################################################## + +restore [locate_data_file bug24429_s1.draw] s1 +restore [locate_data_file bug24429_s2.draw] s2 + +intersect result s1 s2 -- 2.39.5