0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / moddata_1 / buc60868
CommitLineData
0e94a94e 1
2puts "========"
3puts "BUC60868"
4puts "========"
5puts ""
6
7pload QAcommands
8
9restore [locate_data_file buc60868.brep] sh
352ffd73 10checkshape sh
0e94a94e 11
12BUC60868 result sh
352ffd73 13checkshape result
0e94a94e 14
15set len [llength [explode result w]]
16if { $len != 3 } {
17 puts "Error : the number of curves is $len, but it should be 3."
18}
19
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 21