mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Minor fixes to IfcTester testcases
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user