mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0023903: Invalid result of pipe operation on closed path
Add test case for this fix
This commit is contained in:
24
tests/bugs/modalg_5/bug23903
Executable file
24
tests/bugs/modalg_5/bug23903
Executable file
@@ -0,0 +1,24 @@
|
||||
puts "============"
|
||||
puts "OCC23903"
|
||||
puts "============"
|
||||
puts ""
|
||||
#######################################################################
|
||||
# Invalid result of pipe operation on closed path
|
||||
#######################################################################
|
||||
|
||||
restore [locate_data_file bug23903_base.brep] sh
|
||||
restore [locate_data_file bug23903_path.brep] w
|
||||
|
||||
pipe result w sh
|
||||
|
||||
set nb_v_good 2
|
||||
set nb_e_good 5
|
||||
set nb_w_good 3
|
||||
set nb_f_good 3
|
||||
set nb_sh_good 2
|
||||
set nb_sol_good 2
|
||||
set nb_compsol_good 0
|
||||
set nb_compound_good 1
|
||||
set nb_shape_good 18
|
||||
|
||||
set 2dviewer 1
|
Reference in New Issue
Block a user