0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / modalg_6 / bug28283
1 puts "TODO CR29596 ALL: Warning: Intersection of pair of shapes has failed"
2
3 puts "========"
4 puts "OCC28283"
5 puts "========"
6 puts ""
7 #################################################
8 # The command bopcheck crashes on the given shape
9 #################################################
10
11 restore [locate_data_file bug28283_shell.brep] a
12
13 bfuzzyvalue 1
14 if [catch {bopcheck a}] {
15   puts "Error: bopcheck crash"
16 } else {
17   puts "OK: bopcheck passed"
18 }