From 0f53a877c7d6c263c04d2b7625516c9e793dbdd8 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 24 Nov 2013 14:51:04 +0000 Subject: [PATCH] Add file to test case execution --- test/run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/run.py b/test/run.py index 16febba72e..efe3c13a2a 100644 --- a/test/run.py +++ b/test/run.py @@ -206,6 +206,9 @@ TestFile("acad2010_objects.ifc") # Various half space configuration to test cutting tolerances TestFile("ifcopenshell_halfspaces.ifc") +# Several IfcPolygonalBoundedHalfSpaces cutting a single solid +TestFile("revit2014_multiple_bounded_halfspaces.ifc") + for test in test_cases: succes = test() if not succes: