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
+1 -1
View File
@@ -79,7 +79,7 @@ class FacetDocGenerator:
# the entity type passed to us in `inst`.
specs = ids.Ids(title=name)
spec = ids.Specification(name=name)
spec.applicability.append(ids.Entity(name=inst.is_a()))
spec.applicability.append(ids.Entity(name=inst.is_a().upper()))
spec.requirements.append(facet)
specs.specifications.append(spec)