Skip to content

Commit

Permalink
125 passed, 6 skipped in 267.48s (0:04:27)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalO committed Sep 13, 2023
1 parent 9e6c03c commit 82f368c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UnitTests/test_Export.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def test_export():
ExportToIFC(targetFile1, IFCSettings)
ExportToIFC(targetFile2, IFCSettings, ObjectLoc)

#config = GetTableExportConfigManager()
#config[1][0][0][2][0]['property_export_target'] = 'E_EXPORT_TARGET_CSV'
#SetTableExportConfigManager(config)
#assert config[1][0][0][2][0]['property_export_target'] == 'E_EXPORT_TARGET_CSV'
config = GetTableExportConfigManager()
config[2][0][0][2][0]['property_export_target'] = 'E_EXPORT_TARGET_CSV'
SetTableExportConfigManager(config)
assert config[2][0][0][2][0]['property_export_target'] == 'E_EXPORT_TARGET_CSV'

# supported formats
formats = ['.xml','.xlsx', '.gltf', '.glb'] # export to .vtk doesn't work
Expand Down

0 comments on commit 82f368c

Please sign in to comment.