1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug29651
san 7373e19fa1 0029651: ViewerTest - vtexture command crashes
Missing null check added

Add test case bugs/vis/bug29651
2018-04-10 16:07:11 +03:00

18 lines
323 B
Plaintext

puts "========"
puts "OCC29651"
puts "========"
puts ""
##########################################
# ViewerTest - vtexture command crashes
##########################################
vinit
vsetdispmode 1
box b 1 2 3
vdisplay b
vfit
vtexture b 0
vtexture b off
checkview -screenshot -3d -path ${imagedir}/${test_image}.png