mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
Testing - Update file handling outside catch block #263
This commit is contained in:
parent
3744d7c687
commit
e6b2e97f13
@ -9,4 +9,6 @@ puts ""
|
|||||||
# OCAF binary persistence hangs on reading truncated CBF file
|
# OCAF binary persistence hangs on reading truncated CBF file
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
|
|
||||||
catch { Open [locate_data_file bug27667_broken_cbf.cbf] D }
|
set filename [locate_data_file bug27667_broken_cbf.cbf]
|
||||||
|
|
||||||
|
catch { Open $filename D }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user