Fixed most issues with IDS auditing

This commit is contained in:
Claudio Benghi
2023-09-26 02:50:00 +02:00
parent bf8ee909ff
commit 4fda95a4a6
4 changed files with 75 additions and 70 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ class TestIds:
run("Prohibited specifications fail if at least one entity passes all requirements 1/3", specs, model, True)
model = ifcopenshell.file()
wall = model.createIfcWall(Name="Wally")
run("Prohibited specifications fail if at least one entity passes all requirements 2/3", specs, model, True, [wall], [wall])
run("Prohibited specifications fail if at least one entity passes all requirements 2/3", specs, model, False, [wall], [wall])
model = ifcopenshell.file()
wall = model.createIfcWall(Name="Waldo")
run("Prohibited specifications fail if at least one entity passes all requirements 3/3", specs, model, False, [wall])