From 3c1379f8247e80b6b647576d76096ab3ca6f4122 Mon Sep 17 00:00:00 2001
From: ski <ski@opencascade.com>
Date: Tue, 22 Dec 2015 16:59:20 +0300
Subject: [PATCH] 0026333: Regression of BRepOffsetAPI_MakeOffset regarding to
 6.7.0: it fails on a shape with BSpline boundaries

Added test case

Small corrections for issue CR26333
---
 tests/bugs/modalg_6/bug26333 | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tests/bugs/modalg_6/bug26333

diff --git a/tests/bugs/modalg_6/bug26333 b/tests/bugs/modalg_6/bug26333
new file mode 100644
index 0000000000..eb92a7efb7
--- /dev/null
+++ b/tests/bugs/modalg_6/bug26333
@@ -0,0 +1,16 @@
+puts "============"
+puts "OCC26333"
+puts "============"
+puts ""
+############################################
+## Fails on a shape with BSpline boundaries
+############################################
+
+restore [locate_data_file bug26333.brep] s
+mkoffset result s 1 10.
+
+renamevar result_1 result
+
+checkprops result -l 3820.28
+
+checkview -display result -2d -path ${imagedir}/${test_image}.png