mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 05:52:33 +00:00
Continue fixing failing tool tests. Fix regression where UV coordinates might have the wrong order.
This commit is contained in:
@@ -32,9 +32,9 @@ class TestImplementsTool(NewFile):
|
||||
class TestClearEditingMode(NewFile):
|
||||
def test_run(self):
|
||||
props = bpy.context.scene.BIMLibraryProperties
|
||||
props.editing_mode = "foo"
|
||||
props.editing_mode = "LIBRARY"
|
||||
subject.clear_editing_mode()
|
||||
assert props.editing_mode == ""
|
||||
assert props.editing_mode == "NONE"
|
||||
|
||||
|
||||
class TestExportLibraryAttributes(NewFile):
|
||||
|
||||
Reference in New Issue
Block a user