mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
Modify test case bugs/mesh/bug28118
This commit is contained in:
parent
8f16a18454
commit
7dd37838f7
@ -6,6 +6,8 @@ puts ""
|
|||||||
# Mesh generation hangs then crashes
|
# Mesh generation hangs then crashes
|
||||||
###########################################
|
###########################################
|
||||||
|
|
||||||
|
pload DATAEXCHANGEKERNEL
|
||||||
|
|
||||||
testreadstep [locate_data_file bug28118_18547.stp] result
|
testreadstep [locate_data_file bug28118_18547.stp] result
|
||||||
vclear
|
vclear
|
||||||
vinit View1
|
vinit View1
|
||||||
@ -23,5 +25,6 @@ if { $tri > 0 && $nod > 0 } {
|
|||||||
puts "OK: mesh was created correctly"
|
puts "OK: mesh was created correctly"
|
||||||
} else {
|
} else {
|
||||||
puts "Error: mesh was not built"
|
puts "Error: mesh was not built"
|
||||||
|
}
|
||||||
|
|
||||||
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
||||||
|
Loading…
x
Reference in New Issue
Block a user