Minor fixes to IfcTester testcases

This commit is contained in:
Dion Moult
2022-10-07 13:34:19 +11:00
parent 1677a6c83f
commit 27dc81544c
3 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -118,7 +118,7 @@ class TestIds:
wall.Name = "Waldo"
run("A minimal IDS can check a minimal IFC 2/2", specs, model, True, [wall, waldo], [])
spec.ifcVersion = []
spec.ifcVersion = ["IFC2X3"]
run(
"Specification version is purely metadata and does not impact pass or fail result",
specs,
@@ -127,6 +127,7 @@ class TestIds:
[wall, waldo],
)
spec.ifcVersion = []
spec.minOccurs = 1
model = ifcopenshell.file()
waldo = model.createIfcWall(Name="Waldo")