0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / moddata_2 / bug935_1
CommitLineData
6d368502 1puts "REQUIRED All: Faulty shapes in variables faulty_1 to faulty_"
352ffd73 2puts "========="
3puts " OCC935 "
4puts "(case 1)"
5puts "========="
6puts ""
7###############################
8## instability in checkshape in KAS:dev version.
9###############################
10
11restore [locate_data_file OCC935_1.brep] result
12
352ffd73 13set err [checkshape result]
6d368502 14
352ffd73 15set j 1
16repeat 25 {
17 restore [locate_data_file OCC935_1.brep] result
352ffd73 18 set err1 [checkshape result]
352ffd73 19 if { $err != $err1 } {
6d368502 20 puts [format " Faulty OCC935 (case 1): function CHECKSHAPE works wrongly on %s time" $j]
21 break
352ffd73 22 } else {
6d368502 23 puts [format " OCC935 (case 1) OK: function CHECKSHAPE works properly %s time" $j]
352ffd73 24 }
25 incr j
26}
27
5747059b 28checkview -display result -2d -path ${imagedir}/${test_image}.png
352ffd73 29
30