mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:13:41 +00:00
Fix context's TestImportAttributes after e4a50b3
This commit is contained in:
@@ -68,7 +68,7 @@ class TestImportAttributes(test.bim.bootstrap.NewFile):
|
|||||||
assert props.context_attributes["TargetScale"].float_value == 0.5
|
assert props.context_attributes["TargetScale"].float_value == 0.5
|
||||||
assert props.context_attributes["TargetView"].enum_value == "NOTDEFINED"
|
assert props.context_attributes["TargetView"].enum_value == "NOTDEFINED"
|
||||||
assert props.context_attributes["UserDefinedTargetView"].string_value == "UserDefinedTargetView"
|
assert props.context_attributes["UserDefinedTargetView"].string_value == "UserDefinedTargetView"
|
||||||
assert not props.context_attributes["Precision"]
|
assert "Precision" not in props.context_attributes
|
||||||
|
|
||||||
def test_importing_twice(self):
|
def test_importing_twice(self):
|
||||||
ifc = ifcopenshell.file()
|
ifc = ifcopenshell.file()
|
||||||
|
|||||||
Reference in New Issue
Block a user