From fbd0023f7502ec4518533c6e2de69a131d88aed8 Mon Sep 17 00:00:00 2001
From: mkv <mkv@opencascade.com>
Date: Wed, 16 Aug 2017 16:55:19 +0300
Subject: [PATCH] 0028967: Boolean cut fails the first time, works the second
 time

---
 tests/bugs/modalg_7/bug28967 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tests/bugs/modalg_7/bug28967

diff --git a/tests/bugs/modalg_7/bug28967 b/tests/bugs/modalg_7/bug28967
new file mode 100644
index 0000000000..5915af5e96
--- /dev/null
+++ b/tests/bugs/modalg_7/bug28967
@@ -0,0 +1,16 @@
+puts "============"
+puts "OCC28967"
+puts "============"
+puts ""
+######################################################
+# Boolean cut fails the first time, works the second time
+######################################################
+
+restore [locate_data_file bug28967_original.brep] original
+restore [locate_data_file bug28967_envelope.brep] envelope
+
+bcut result original envelope
+checkshape result
+
+bcut result original envelope
+checkshape result